class |
AbstractMethodLikeDeclarationContext<T extends Node & NodeWithParameters<T> & NodeWithTypeParameters<T>> |
class |
AnnotationDeclarationContext |
class |
AnonymousClassDeclarationContext
A symbol resolution context for an object creation node.
|
class |
ArrayAccessExprContext
Required to prevent recursive access to the "parent node" (not necessarily the same as the "parent context").
|
class |
BinaryExprContext |
class |
BlockStmtContext |
class |
CatchClauseContext |
class |
ClassOrInterfaceDeclarationContext |
class |
ClassOrInterfaceDeclarationExtendsContext
Limited version of ClassOrInterfaceDeclarationContext that only resolves type parameters for use by
extends and implements part of declaration.
|
class |
CompilationUnitContext |
class |
ConstructorContext |
class |
EnclosedExprContext |
class |
EnumDeclarationContext |
class |
FieldAccessContext |
class |
ForEachStatementContext |
class |
ForStatementContext |
class |
IfStatementContext |
class |
InstanceOfExprContext |
class |
LambdaExprContext |
class |
MethodCallExprContext |
class |
MethodContext |
class |
MethodReferenceExprContext |
class |
ObjectCreationContext |
class |
StatementContext<N extends Statement> |
class |
SwitchEntryContext |
class |
TryWithResourceContext |
class |
UnaryExprContext |
class |
VariableDeclarationExprContext |
class |
VariableDeclaratorContext |