public class Tokenizer extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty() |
boolean |
nextIsAComma() |
boolean |
nextIsDollar() |
String |
readAll() |
Tokenizer |
readComma() |
Tokenizer |
readDollar() |
String |
readSingleQuoted() |
void |
shouldBeFinished() |
boolean |
startsWith(String string) |
String |
toString() |
Tokenizer |
zoomIn(String startChar,
String endChar) |
void |
zoomOut() |
public Tokenizer(String input)
public Tokenizer zoomIn(String startChar, String endChar) throws TokenizeException
TokenizeExceptionpublic Tokenizer readComma() throws TokenizeException
TokenizeExceptionpublic String readSingleQuoted() throws TokenizeException
TokenizeExceptionpublic void shouldBeFinished()
throws TokenizeException
TokenizeExceptionpublic void zoomOut()
throws TokenizeException
TokenizeExceptionpublic String readAll()
public boolean isEmpty()
public boolean nextIsAComma()
throws TokenizeException
TokenizeExceptionpublic boolean startsWith(String string)
public boolean nextIsDollar()
public Tokenizer readDollar() throws TokenizeException
TokenizeExceptionCopyright © 2016 OpenSource BIM. All rights reserved.