Package org.antlr.v4.codegen.model
Class Wildcard
- java.lang.Object
-
- org.antlr.v4.codegen.model.OutputModelObject
-
- org.antlr.v4.codegen.model.SrcOp
-
- org.antlr.v4.codegen.model.RuleElement
-
- org.antlr.v4.codegen.model.MatchToken
-
- org.antlr.v4.codegen.model.Wildcard
-
- All Implemented Interfaces:
LabeledOp
public class Wildcard extends MatchToken
-
-
Field Summary
-
Fields inherited from class org.antlr.v4.codegen.model.MatchToken
escapedName, labels, name, ttype
-
Fields inherited from class org.antlr.v4.codegen.model.RuleElement
stateNumber
-
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 Wildcard(OutputModelFactory factory, GrammarAST ast)
-
Method Summary
-
Methods inherited from class org.antlr.v4.codegen.model.MatchToken
getLabels
-
Methods inherited from class org.antlr.v4.codegen.model.SrcOp
getContextName, getOuterMostAltCodeBlock
-
-
-
-
Constructor Detail
-
Wildcard
public Wildcard(OutputModelFactory factory, GrammarAST ast)
-
-