Uses of Class
org.antlr.v4.codegen.model.decl.ContextGetterDecl
-
Packages that use ContextGetterDecl Package Description org.antlr.v4.codegen.model.decl -
-
Uses of ContextGetterDecl in org.antlr.v4.codegen.model.decl
Subclasses of ContextGetterDecl in org.antlr.v4.codegen.model.decl Modifier and Type Class Description class
ContextRuleGetterDecl
public XContext X() { }
class
ContextRuleListGetterDecl
public List<XContext> X() { } public XContext X(int i) { }
class
ContextRuleListIndexedGetterDecl
class
ContextTokenGetterDecl
public Token X() { }
class
ContextTokenListGetterDecl
public List<Token> X() { } public Token X(int i) { }
class
ContextTokenListIndexedGetterDecl
Methods in org.antlr.v4.codegen.model.decl that return ContextGetterDecl Modifier and Type Method Description ContextGetterDecl
ContextRuleGetterDecl. getSignatureDecl()
ContextGetterDecl
ContextRuleListGetterDecl. getSignatureDecl()
ContextGetterDecl
ContextRuleListIndexedGetterDecl. getSignatureDecl()
ContextGetterDecl
ContextTokenGetterDecl. getSignatureDecl()
ContextGetterDecl
ContextTokenListGetterDecl. getSignatureDecl()
ContextGetterDecl
ContextTokenListIndexedGetterDecl. getSignatureDecl()
-