Class 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`.
For this reason, any changes made directly to this file will be overwritten the next time generators are run.