Package-level declarations
Types
Link copied to clipboard
A node that can be annotated.
Link copied to clipboard
A node with arguments.
Link copied to clipboard
A node with a body that is a BlockStmt.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface NodeWithDeclaration
Node with a declaration representable as a String.
Link copied to clipboard
A node that has an expression in it.
Link copied to clipboard
A node that explicitly extends other types, using the
extends keyword.Link copied to clipboard
Link copied to clipboard
A node that implements other types.
Link copied to clipboard
A node that can be documented with a Javadoc comment.
Link copied to clipboard
A node having members.
Link copied to clipboard
A Node with Modifiers.
Link copied to clipboard
A node with a (qualified) name.
Link copied to clipboard
A node with a body that is a BlockStmt.
Link copied to clipboard
A node that has an optional label.
Link copied to clipboard
Represents a node which has an optional scope expression eg.
Link copied to clipboard
A node with a name.
Link copied to clipboard
Link copied to clipboard
A node that has a Range, which is every Node.
Link copied to clipboard
Represents a node which has a required scope expression eg.
Link copied to clipboard
A node with a name.
Link copied to clipboard
A node that contains a list of statements.
Link copied to clipboard
A node that declares the types of exception it throws.
Link copied to clipboard
A node that has a Range, which is every Node.
Link copied to clipboard
interface NodeWithTraversableScope
Represents a node which has a scope expression that can be traversed/walked.
Link copied to clipboard
A node with a type.
Link copied to clipboard
A node that can have type arguments.
Link copied to clipboard
A node that can have type parameters.
Link copied to clipboard
A node which has a list of variables.
Link copied to clipboard
interface SwitchNode
The common interface of com.github.javaparser.ast.expr.SwitchExpr and com.github.javaparser.ast.stmt.SwitchStmt