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. tokenPropToModelMapMethods in org.antlr.v4.codegen that return TokenPropertyRef Modifier and Type Method Description (package private) TokenPropertyRefActionTranslator. 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 classTokenPropertyRef_channelclassTokenPropertyRef_indexclassTokenPropertyRef_intclassTokenPropertyRef_lineclassTokenPropertyRef_posclassTokenPropertyRef_textclassTokenPropertyRef_type
-