Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
enum AccessSpecifier
Access specifier.
Link copied to clipboard
Tells tools that this is the constructor which directly initializes all fields (except "range" and "comment")
Link copied to clipboard
In
new int[1][2]; there are two ArrayCreationLevel objects, the first one contains the expression "1", the second the expression "2".Link copied to clipboard
This class represents the entire compilation unit.
Link copied to clipboard
An import declaration.
Link copied to clipboard
abstract class Node : Cloneable, HasParentNode<Node> , Visitable, NodeWithRange<Node> , NodeWithTokenRange<Node>
Base class for all nodes of the abstract syntax tree.
Link copied to clipboard
open class PackageDeclaration : Node, NodeWithAnnotations<PackageDeclaration> , NodeWithName<PackageDeclaration>
A package declaration.