Class ContextTokenListGetterDecl
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.ContextTokenListGetterDecl
- Direct Known Subclasses:
ContextTokenListIndexedGetterDecl
public List<Token> X() { }
public Token X(int i) { }-
Field Summary
Fields inherited from class ContextGetterDecl
signatureFields inherited from class SrcOp
enclosingBlock, enclosingRuleRunction, uniqueIDFields inherited from class OutputModelObject
ast, factory -
Constructor Summary
ConstructorsConstructorDescriptionContextTokenListGetterDecl(OutputModelFactory factory, String name) ContextTokenListGetterDecl(OutputModelFactory factory, String name, boolean signature) -
Method Summary
Methods inherited from class ContextGetterDecl
equals, getArgType, hashCodeMethods inherited from class SrcOp
getContextName, getOuterMostAltCodeBlock
-
Constructor Details
-
ContextTokenListGetterDecl
-
ContextTokenListGetterDecl
-
-
Method Details
-
getSignatureDecl
- Specified by:
getSignatureDeclin classContextGetterDecl
-