Uses of Class
org.antlr.v4.codegen.model.chunk.TokenPropertyRef
-
Packages that use TokenPropertyRef Package Description org.antlr.v4.codegen org.antlr.v4.codegen.model.chunk -
-
Uses of TokenPropertyRef in org.antlr.v4.codegen
Fields in org.antlr.v4.codegen with type parameters of type TokenPropertyRef Modifier and Type Field Description static java.util.Map<java.lang.String,java.lang.Class<? extends TokenPropertyRef>>
ActionTranslator. tokenPropToModelMap
Methods in org.antlr.v4.codegen that return TokenPropertyRef Modifier and Type Method Description (package private) TokenPropertyRef
ActionTranslator. getTokenPropertyRef(org.antlr.runtime.Token x, org.antlr.runtime.Token y)
-
Uses of TokenPropertyRef in org.antlr.v4.codegen.model.chunk
Subclasses of TokenPropertyRef in org.antlr.v4.codegen.model.chunk Modifier and Type Class Description class
TokenPropertyRef_channel
class
TokenPropertyRef_index
class
TokenPropertyRef_int
class
TokenPropertyRef_line
class
TokenPropertyRef_pos
class
TokenPropertyRef_text
class
TokenPropertyRef_type
-