public interface Scanner
Modifier and Type | Method and Description |
---|---|
ScannerState |
getScannerState() |
int |
getTokenEnd()
Ending offset position of the current token
|
String |
getTokenError() |
int |
getTokenLength() |
int |
getTokenOffset()
Starting offset position of the current token
|
String |
getTokenText() |
TokenType |
getTokenType() |
boolean |
isTokenTextBlank() |
TokenType |
scan() |
TokenType scan()
TokenType getTokenType()
int getTokenOffset()
int getTokenLength()
int getTokenEnd()
String getTokenText()
String getTokenError()
ScannerState getScannerState()
boolean isTokenTextBlank()
Copyright © 2022. All rights reserved.