Package ca.phon.phontalk.parser
Class AntlrTokens
java.lang.Object
ca.phon.phontalk.parser.AntlrTokens
Handles mapping from String invalid input: '<'-> ANTLR Token type
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns null if type is not foundgetTokenName
(int iToken) getTokenType
(String tokenName) Returns null if type is not found
-
Field Details
-
TEXT_TOKEN
- See Also:
-
END_SUFFIX
- See Also:
-
START_SUFFIX
- See Also:
-
ATTR_TOKEN
- See Also:
-
-
Constructor Details
-
AntlrTokens
-
-
Method Details
-
getTokenType
Returns null if type is not found- Parameters:
tokenName
-- Returns:
-
getANTLRTokenType
Returns null if type is not found- Parameters:
evt
-- Returns:
-
getTokenName
-