public interface Scanner
lr_parser.scan()
. Integration
of scanners implementing Scanner
is facilitated.Modifier and Type | Method and Description |
---|---|
Symbol |
next_token()
Return the next token, or
null on end-of-file. |
Symbol next_token() throws java.lang.Exception
null
on end-of-file.java.lang.Exception