Package org.antlr.v4.codegen.model.decl
Class RuleContextListDecl
- java.lang.Object
-
- org.antlr.v4.codegen.model.OutputModelObject
-
- org.antlr.v4.codegen.model.SrcOp
-
- org.antlr.v4.codegen.model.decl.Decl
-
- org.antlr.v4.codegen.model.decl.RuleContextDecl
-
- org.antlr.v4.codegen.model.decl.RuleContextListDecl
-
public class RuleContextListDecl extends RuleContextDecl
-
-
Field Summary
-
Fields inherited from class org.antlr.v4.codegen.model.decl.RuleContextDecl
ctxName, isImplicit
-
Fields inherited from class org.antlr.v4.codegen.model.decl.Decl
ctx, decl, escapedName, isLocal, name
-
Fields inherited from class org.antlr.v4.codegen.model.SrcOp
enclosingBlock, enclosingRuleRunction, uniqueID
-
Fields inherited from class org.antlr.v4.codegen.model.OutputModelObject
ast, factory
-
-
Constructor Summary
Constructors Constructor Description RuleContextListDecl(OutputModelFactory factory, String name, String ctxName)
-
Method Summary
-
Methods inherited from class org.antlr.v4.codegen.model.SrcOp
getContextName, getOuterMostAltCodeBlock
-
-
-
-
Constructor Detail
-
RuleContextListDecl
public RuleContextListDecl(OutputModelFactory factory, String name, String ctxName)
-
-