public final class BmsgTokenizer extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BmsgTokenizer.Property |
Constructor and Description |
---|
BmsgTokenizer(String str) |
BmsgTokenizer(String str,
int offset) |
Modifier and Type | Method and Description |
---|---|
BmsgTokenizer.Property |
next() |
BmsgTokenizer.Property |
next(boolean alwaysReturn) |
int |
pos() |
String |
remaining() |
public BmsgTokenizer(String str)
public BmsgTokenizer(String str, int offset)
public BmsgTokenizer.Property next(boolean alwaysReturn) throws ParseException
ParseException
public BmsgTokenizer.Property next() throws ParseException
ParseException
public String remaining()
public int pos()