Package com.github.javaparser.metamodel
Class ExpressionMetaModel
java.lang.Object
com.github.javaparser.metamodel.BaseNodeMetaModel
com.github.javaparser.metamodel.NodeMetaModel
com.github.javaparser.metamodel.ExpressionMetaModel
- Direct Known Subclasses:
AnnotationExprMetaModel,ArrayAccessExprMetaModel,ArrayCreationExprMetaModel,ArrayInitializerExprMetaModel,AssignExprMetaModel,BinaryExprMetaModel,CastExprMetaModel,ClassExprMetaModel,ConditionalExprMetaModel,EnclosedExprMetaModel,FieldAccessExprMetaModel,InstanceOfExprMetaModel,LambdaExprMetaModel,LiteralExprMetaModel,MethodCallExprMetaModel,MethodReferenceExprMetaModel,NameExprMetaModel,ObjectCreationExprMetaModel,PatternExprMetaModel,SuperExprMetaModel,SwitchExprMetaModel,ThisExprMetaModel,TypeExprMetaModel,UnaryExprMetaModel,VariableDeclarationExprMetaModel
This file, class, and its contents are completely generated based on:
- The contents and annotations within the package `com.github.javaparser.ast`, and
- `ALL_NODE_CLASSES` within the class `com.github.javaparser.generator.metamodel.MetaModelGenerator`.
-
Field Summary
Fields inherited from class com.github.javaparser.metamodel.NodeMetaModel
commentPropertyMetaModel -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedExpressionMetaModel(Optional<BaseNodeMetaModel> superNodeMetaModel, Class<? extends Node> type, String name, String packageName, boolean isAbstract, boolean hasWildcard) -
Method Summary
Methods inherited from class com.github.javaparser.metamodel.BaseNodeMetaModel
construct, equals, getAllPropertyMetaModels, getConstructorParameters, getDeclaredPropertyMetaModels, getDerivedPropertyMetaModels, getMetaModelFieldName, getPackageName, getQualifiedClassName, getSuperNodeMetaModel, getType, getTypeName, getTypeNameGenerified, hashCode, hasWildcard, is, isAbstract, isInstanceOfMetaModel, isRootNode, toString
-
Constructor Details
-
ExpressionMetaModel
-