Package org.antlr.v4.codegen.model.decl
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 class ContextRuleListGetterDecl extends ContextGetterDecl
public List<XContext> X() { } public XContext X(int i) { } 
- 
- 
Field Summary
Fields Modifier and Type Field Description StringctxName- 
Fields inherited from class org.antlr.v4.codegen.model.decl.ContextGetterDecl
signature 
- 
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 ContextRuleListGetterDecl(OutputModelFactory factory, String name, String ctxName)ContextRuleListGetterDecl(OutputModelFactory factory, String name, String ctxName, boolean signature) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextGetterDeclgetSignatureDecl()- 
Methods inherited from class org.antlr.v4.codegen.model.decl.ContextGetterDecl
equals, getArgType, hashCode 
- 
Methods inherited from class org.antlr.v4.codegen.model.SrcOp
getContextName, getOuterMostAltCodeBlock 
 - 
 
 - 
 
- 
- 
Field Detail
- 
ctxName
public String ctxName
 
 - 
 
- 
Constructor Detail
- 
ContextRuleListGetterDecl
public ContextRuleListGetterDecl(OutputModelFactory factory, String name, String ctxName)
 
- 
ContextRuleListGetterDecl
public ContextRuleListGetterDecl(OutputModelFactory factory, String name, String ctxName, boolean signature)
 
 - 
 
- 
Method Detail
- 
getSignatureDecl
public ContextGetterDecl getSignatureDecl()
 
 - 
 
 -