Package com.github.javaparser.metamodel
Class JavaParserMetaModel
java.lang.Object
com.github.javaparser.metamodel.JavaParserMetaModel
Warning: The content of this class is partially or completely generated - manual edits risk being overwritten.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic AnnotationExprMetaModel
static ArrayAccessExprMetaModel
static ArrayCreationExprMetaModel
static ArrayCreationLevelMetaModel
static ArrayTypeMetaModel
static AssertStmtMetaModel
static AssignExprMetaModel
static BinaryExprMetaModel
static BlockCommentMetaModel
static BlockStmtMetaModel
static BodyDeclarationMetaModel
static BooleanLiteralExprMetaModel
static BreakStmtMetaModel
static CallableDeclarationMetaModel
static CastExprMetaModel
static CatchClauseMetaModel
static CharLiteralExprMetaModel
static ClassExprMetaModel
static CommentMetaModel
static CompilationUnitMetaModel
static ConditionalExprMetaModel
static ContinueStmtMetaModel
static DoStmtMetaModel
static DoubleLiteralExprMetaModel
static EmptyStmtMetaModel
static EnclosedExprMetaModel
static EnumDeclarationMetaModel
static ExpressionMetaModel
static ExpressionStmtMetaModel
static FieldAccessExprMetaModel
static FieldDeclarationMetaModel
static ForEachStmtMetaModel
static ForStmtMetaModel
static IfStmtMetaModel
static ImportDeclarationMetaModel
static InstanceOfExprMetaModel
static IntegerLiteralExprMetaModel
static IntersectionTypeMetaModel
static JavadocCommentMetaModel
static LabeledStmtMetaModel
static LambdaExprMetaModel
static LineCommentMetaModel
static LiteralExprMetaModel
static LongLiteralExprMetaModel
static MemberValuePairMetaModel
static MethodCallExprMetaModel
static MethodDeclarationMetaModel
static MethodReferenceExprMetaModel
static ModifierMetaModel
static ModuleDeclarationMetaModel
static ModuleDirectiveMetaModel
static ModuleUsesDirectiveMetaModel
static NameExprMetaModel
static NameMetaModel
static NodeMetaModel
static NullLiteralExprMetaModel
static ObjectCreationExprMetaModel
static PackageDeclarationMetaModel
static ParameterMetaModel
static PatternExprMetaModel
static PrimitiveTypeMetaModel
static ReceiverParameterMetaModel
static RecordDeclarationMetaModel
static ReferenceTypeMetaModel
static ReturnStmtMetaModel
static SimpleNameMetaModel
static StatementMetaModel
static StringLiteralExprMetaModel
static SuperExprMetaModel
static SwitchEntryMetaModel
static SwitchExprMetaModel
static SwitchStmtMetaModel
static SynchronizedStmtMetaModel
static ThisExprMetaModel
static ThrowStmtMetaModel
static TryStmtMetaModel
static TypeDeclarationMetaModel
static TypeExprMetaModel
static TypeMetaModel
static TypeParameterMetaModel
static UnaryExprMetaModel
static UnionTypeMetaModel
static UnknownTypeMetaModel
static UnparsableStmtMetaModel
static VariableDeclaratorMetaModel
static VarTypeMetaModel
static VoidTypeMetaModel
static WhileStmtMetaModel
static WildcardTypeMetaModel
static YieldStmtMetaModel
-
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<BaseNodeMetaModel>
getNodeMetaModel(Class<?> c)
static List<BaseNodeMetaModel>
-
Field Details
-
nodeMetaModel
-
bodyDeclarationMetaModel
-
callableDeclarationMetaModel
-
expressionMetaModel
-
statementMetaModel
-
typeMetaModel
-
annotationExprMetaModel
-
referenceTypeMetaModel
-
typeDeclarationMetaModel
-
literalExprMetaModel
-
literalStringValueExprMetaModel
-
stringLiteralExprMetaModel
-
moduleDeclarationMetaModel
-
moduleDirectiveMetaModel
-
arrayCreationLevelMetaModel
-
compilationUnitMetaModel
-
importDeclarationMetaModel
-
modifierMetaModel
-
packageDeclarationMetaModel
-
annotationDeclarationMetaModel
-
annotationMemberDeclarationMetaModel
-
classOrInterfaceDeclarationMetaModel
-
constructorDeclarationMetaModel
-
enumConstantDeclarationMetaModel
-
enumDeclarationMetaModel
-
fieldDeclarationMetaModel
-
initializerDeclarationMetaModel
-
methodDeclarationMetaModel
-
parameterMetaModel
-
receiverParameterMetaModel
-
recordDeclarationMetaModel
-
compactConstructorDeclarationMetaModel
-
variableDeclaratorMetaModel
-
commentMetaModel
-
blockCommentMetaModel
-
javadocCommentMetaModel
-
lineCommentMetaModel
-
arrayAccessExprMetaModel
-
arrayCreationExprMetaModel
-
arrayInitializerExprMetaModel
-
assignExprMetaModel
-
binaryExprMetaModel
-
booleanLiteralExprMetaModel
-
castExprMetaModel
-
charLiteralExprMetaModel
-
classExprMetaModel
-
conditionalExprMetaModel
-
doubleLiteralExprMetaModel
-
enclosedExprMetaModel
-
fieldAccessExprMetaModel
-
instanceOfExprMetaModel
-
integerLiteralExprMetaModel
-
lambdaExprMetaModel
-
longLiteralExprMetaModel
-
markerAnnotationExprMetaModel
-
memberValuePairMetaModel
-
methodCallExprMetaModel
-
methodReferenceExprMetaModel
-
nameExprMetaModel
-
nameMetaModel
-
normalAnnotationExprMetaModel
-
nullLiteralExprMetaModel
-
objectCreationExprMetaModel
-
patternExprMetaModel
-
singleMemberAnnotationExprMetaModel
-
simpleNameMetaModel
-
superExprMetaModel
-
switchExprMetaModel
-
textBlockLiteralExprMetaModel
-
thisExprMetaModel
-
typeExprMetaModel
-
unaryExprMetaModel
-
variableDeclarationExprMetaModel
-
assertStmtMetaModel
-
blockStmtMetaModel
-
breakStmtMetaModel
-
catchClauseMetaModel
-
continueStmtMetaModel
-
doStmtMetaModel
-
emptyStmtMetaModel
-
explicitConstructorInvocationStmtMetaModel
public static final ExplicitConstructorInvocationStmtMetaModel explicitConstructorInvocationStmtMetaModel -
expressionStmtMetaModel
-
forEachStmtMetaModel
-
forStmtMetaModel
-
ifStmtMetaModel
-
labeledStmtMetaModel
-
localClassDeclarationStmtMetaModel
-
localRecordDeclarationStmtMetaModel
-
returnStmtMetaModel
-
switchEntryMetaModel
-
switchStmtMetaModel
-
synchronizedStmtMetaModel
-
throwStmtMetaModel
-
tryStmtMetaModel
-
unparsableStmtMetaModel
-
whileStmtMetaModel
-
yieldStmtMetaModel
-
arrayTypeMetaModel
-
classOrInterfaceTypeMetaModel
-
intersectionTypeMetaModel
-
primitiveTypeMetaModel
-
typeParameterMetaModel
-
unionTypeMetaModel
-
unknownTypeMetaModel
-
varTypeMetaModel
-
voidTypeMetaModel
-
wildcardTypeMetaModel
-
moduleExportsDirectiveMetaModel
-
moduleOpensDirectiveMetaModel
-
moduleProvidesDirectiveMetaModel
-
moduleRequiresDirectiveMetaModel
-
moduleUsesDirectiveMetaModel
-
-
Method Details
-
getNodeMetaModels
-
getNodeMetaModel
-