Class ContextRuleListGetterDecl
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.ContextGetterDecl
org.antlr.v4.codegen.model.decl.ContextRuleListGetterDecl
- Direct Known Subclasses:
ContextRuleListIndexedGetterDecl
public List<XContext> X() { }
public XContext X(int i) { }-
Field Summary
FieldsFields inherited from class ContextGetterDecl
signatureFields inherited from class SrcOp
enclosingBlock, enclosingRuleRunction, uniqueIDFields inherited from class OutputModelObject
ast, factory -
Constructor Summary
ConstructorsConstructorDescriptionContextRuleListGetterDecl(OutputModelFactory factory, String name, String ctxName) ContextRuleListGetterDecl(OutputModelFactory factory, String name, String ctxName, boolean signature) -
Method Summary
Methods inherited from class ContextGetterDecl
equals, getArgType, hashCodeMethods inherited from class SrcOp
getContextName, getOuterMostAltCodeBlock
-
Field Details
-
ctxName
-
-
Constructor Details
-
ContextRuleListGetterDecl
-
ContextRuleListGetterDecl
public ContextRuleListGetterDecl(OutputModelFactory factory, String name, String ctxName, boolean signature)
-
-
Method Details
-
getSignatureDecl
- Specified by:
getSignatureDeclin classContextGetterDecl
-