|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Symbol.process(TokenIterator, Processor)
according to the contract.Symbol
s.TerminalSymbol.process(Token, Processor)
and go to the next token.
true
if this is a key word.
true
if matching was successful.
Token
stream.MatchingResult.OK
if at least one symbol matches the
specified token.
MatchingResult.OK
if the wrapped symbol matches.
MatchingResult.OK
.
MatchingResult.OK
if either the sequence is empty or the
first symbol matches the specified token.
MatchingResult.OK
.
true
if the specified token matches.
MatchingResult.OK
the specified token is not
null
and its token text equals the terminal symbol text
specified in the constructor.
MatchingResult.OK
if the specified token is not
null
and it is of equal type as specified in the
constructor.
MatchingResult.OK
.
Symbol.matches(Token)
invocation.Symbol
.Token
by token text.TokenType
.TokenType
.
Token
objects.Token
.TerminalSymbolType.asString()
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |