Uses of Class
antlr.TokenSymbol
Packages that use TokenSymbol
-
Uses of TokenSymbol in antlr
Subclasses of TokenSymbol in antlrMethods in antlr that return TokenSymbolModifier and TypeMethodDescriptionSimpleTokenManager.getTokenSymbol(String sym) Get the TokenSymbol for a stringTokenManager.getTokenSymbol(String sym) Get the TokenSymbol for a stringSimpleTokenManager.getTokenSymbolAt(int idx) Get a token symbol by indexTokenManager.getTokenSymbolAt(int idx) Methods in antlr with parameters of type TokenSymbolModifier and TypeMethodDescriptionvoidImportVocabTokenManager.define(TokenSymbol ts) define a token.voidSimpleTokenManager.define(TokenSymbol ts) define a tokenvoidTokenManager.define(TokenSymbol ts) define a token symbolvoidSimpleTokenManager.mapToTokenSymbol(String name, TokenSymbol sym) Map a label or string to an existing token symbolvoidTokenManager.mapToTokenSymbol(String name, TokenSymbol sym)