Package com.github.javaparser.ast
-
Class Summary Class Description ArrayCreationLevel Innew int[1][2];
there are two ArrayCreationLevel objects, the first one contains the expression "1", the second the expression "2".CompilationUnit This class represents the entire compilation unit.CompilationUnit.Storage Information about where this compilation unit was loaded from.DataKey<T> A key to a piece of data associated with aNode
at runtime.ImportDeclaration An import declaration.Node Base class for all nodes of the abstract syntax tree.NodeList<N extends Node> A list of nodes.PackageDeclaration A package declaration. -
Enum Summary Enum Description AccessSpecifier Access specifier.Modifier One of the modifiers known in Java.Node.ObserverRegistrationMode Different registration mode for observers on nodes.Node.Parsedness -
Annotation Types Summary Annotation Type Description AllFieldsConstructor Tells tools that this is the constructor which directly initializes all fields (except "range" and "comment")