Uses of Enum Class
dev.civl.abc.token.IF.CivlcToken.TokenVocabulary
Packages that use CivlcToken.TokenVocabulary
Package
Description
Module token defines the various kinds of tokens and related
classes used by ABC.
-
Uses of CivlcToken.TokenVocabulary in dev.civl.abc.token.IF
Methods in dev.civl.abc.token.IF that return CivlcToken.TokenVocabularyModifier and TypeMethodDescriptionCivlcToken.getTokenVocab()Returnthistoken'sCivlcToken.TokenVocabularystatic CivlcToken.TokenVocabularyReturns the enum constant of this class with the specified name.static CivlcToken.TokenVocabulary[]CivlcToken.TokenVocabulary.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.civl.abc.token.IF with parameters of type CivlcToken.TokenVocabularyModifier and TypeMethodDescriptionTokenFactory.newCivlcToken(int type, String text, Formation formation, CivlcToken.TokenVocabulary tokenVocab) TokenFactory.newCivlcToken(org.antlr.runtime.CharStream input, int type, int channel, int start, int stop, Formation formation, int line, int charPositionInLine, CivlcToken.TokenVocabulary tokenVocab) TokenFactory.newCivlcToken(org.antlr.runtime.Token token, Formation formation, CivlcToken.TokenVocabulary tokenVocab) voidCivlcToken.setTokenVocab(CivlcToken.TokenVocabulary newTokenVocab) Set the language kind ofthistoken, when it is converted to a language-based token.