JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Package com.github.javaparser.symbolsolver.javaparsermodel.contexts
Class Summary
Class
Description
AbstractJavaParserContext
<N extends com.github.javaparser.ast.Node>
AbstractMethodLikeDeclarationContext
<T extends com.github.javaparser.ast.Node & com.github.javaparser.ast.nodeTypes.NodeWithParameters<T> & com.github.javaparser.ast.nodeTypes.NodeWithTypeParameters<T>>
AnnotationDeclarationContext
AnonymousClassDeclarationContext
A symbol resolution context for an object creation node.
ArrayAccessExprContext
Required to prevent recursive access to the "parent node" (not necessarily the same as the "parent context").
BinaryExprContext
BlockStmtContext
CatchClauseContext
ClassOrInterfaceDeclarationContext
ClassOrInterfaceDeclarationExtendsContext
Limited version of ClassOrInterfaceDeclarationContext that only resolves type parameters for use by extends and implements part of declaration.
CompilationUnitContext
ConditionalExprContext
ConstructorContext
ContextHelper
DoStatementContext
EnclosedExprContext
EnumDeclarationContext
ExpressionContext
<N extends com.github.javaparser.ast.expr.Expression>
FieldAccessContext
ForEachStatementContext
ForStatementContext
IfStatementContext
InstanceOfExprContext
JavaParserTypeDeclarationAdapter
LambdaExprContext
MethodCallExprContext
MethodContext
MethodReferenceExprContext
ObjectCreationContext
RecordDeclarationContext
StatementContext
<N extends com.github.javaparser.ast.stmt.Statement>
SwitchEntryContext
TryWithResourceContext
UnaryExprContext
VariableDeclarationExprContext
VariableDeclaratorContext
WhileStatementContext