Package edu.udel.cis.vsl.abc.token.IF
Interface StringToken
- All Superinterfaces:
CivlcToken,org.antlr.runtime.Token
A StringToken is formed from a sequence of one or more CTokens. It presents a
sequence of ExecutionCharacter obtained by interpreting String literal(s).
It may be primitive or compound.
-
Nested Class Summary
Nested classes/interfaces inherited from interface edu.udel.cis.vsl.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
Methods inherited from interface edu.udel.cis.vsl.abc.token.IF.CivlcToken
getFormation, getIndex, getNext, getSourceFile, getStartIndex, getStopIndex, getTokenVocab, getWhiteText, isExpandable, makeNonExpandable, 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
-
getStringLiteral
StringLiteral getStringLiteral()
-