- All Superinterfaces:
CivlcToken,org.antlr.runtime.Token
A character token represents a character constant in a source program, e.g.,
'a'. Each character constant represents a unique
"execution character" in the execution character set.-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.civl.abc.token.IF.CivlcToken
CivlcToken.TokenVocabulary -
Field Summary
Fields inherited from interface org.antlr.runtime.Token
DEFAULT_CHANNEL, DOWN, EOF, EOR_TOKEN_TYPE, HIDDEN_CHANNEL, INVALID_TOKEN, INVALID_TOKEN_TYPE, MIN_TOKEN_TYPE, SKIP_TOKEN, UP -
Method Summary
Modifier and TypeMethodDescriptionReturns the execution character which this character constant representsMethods inherited from interface dev.civl.abc.token.IF.CivlcToken
getFormation, getIndex, getNext, getSourceFile, getStartIndex, getStopIndex, getTokenVocab, getWhiteText, setIndex, setNext, setStartIndex, setStopIndex, setTokenVocab, setWhiteTextMethods inherited from interface org.antlr.runtime.Token
getChannel, getCharPositionInLine, getInputStream, getLine, getText, getTokenIndex, getType, setChannel, setCharPositionInLine, setInputStream, setLine, setText, setTokenIndex, setType
-
Method Details
-
getExecutionCharacter
ExecutionCharacter getExecutionCharacter()Returns the execution character which this character constant represents- Returns:
- the execution character
-