Package com.github.javaparser.metamodel
Class StatementMetaModel
- java.lang.Object
-
- com.github.javaparser.metamodel.BaseNodeMetaModel
-
- com.github.javaparser.metamodel.NodeMetaModel
-
- com.github.javaparser.metamodel.StatementMetaModel
-
- Direct Known Subclasses:
AssertStmtMetaModel
,BlockStmtMetaModel
,BreakStmtMetaModel
,ContinueStmtMetaModel
,DoStmtMetaModel
,EmptyStmtMetaModel
,ExplicitConstructorInvocationStmtMetaModel
,ExpressionStmtMetaModel
,ForEachStmtMetaModel
,ForStmtMetaModel
,IfStmtMetaModel
,LabeledStmtMetaModel
,LocalClassDeclarationStmtMetaModel
,LocalRecordDeclarationStmtMetaModel
,ReturnStmtMetaModel
,SwitchStmtMetaModel
,SynchronizedStmtMetaModel
,ThrowStmtMetaModel
,TryStmtMetaModel
,UnparsableStmtMetaModel
,WhileStmtMetaModel
,YieldStmtMetaModel
public class StatementMetaModel extends NodeMetaModel
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
Constructors Modifier Constructor Description protected
StatementMetaModel(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
-
-