Uses of Enum
com.github.javaparser.ast.Node.Parsedness
Packages that use Node.Parsedness
-
Uses of Node.Parsedness in com.github.javaparser.ast
Methods in com.github.javaparser.ast that return Node.ParsednessModifier and TypeMethodDescriptionNode.getParsed()static Node.ParsednessReturns the enum constant of this type with the specified name.static Node.Parsedness[]Node.Parsedness.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.javaparser.ast with parameters of type Node.ParsednessModifier and TypeMethodDescriptionNode.setParsed(Node.Parsedness parsed)Used by the parser to flag unparsable nodes. -
Uses of Node.Parsedness in com.github.javaparser.ast.stmt
Methods in com.github.javaparser.ast.stmt that return Node.Parsedness