public class RightBracket extends Token
toBeParsed
Constructor and Description |
---|
RightBracket() |
RightBracket(LineToParse l) |
Modifier and Type | Method and Description |
---|---|
boolean |
canParse()
can this token be parsed? is the next character
of toBeParsed consistent with the requested parsing task?
|
void |
parse()
actually parse toBeParsed given requested parsing task
|
setLineToParse
public RightBracket()
public RightBracket(LineToParse l)
public boolean canParse()
Token