public final class TokenList extends Object
Modifier and Type | Field and Description |
---|---|
int |
idx
Index of the next token.
|
String[] |
rawTokens |
String[] |
tokens |
Modifier and Type | Method and Description |
---|---|
String |
assembleOriginalRestOfPath() |
String |
assembleRestOfPath() |
int |
countRemainingTokens() |
static String |
decode(String s) |
String |
get(int i) |
boolean |
hasMore() |
int |
length() |
String |
next() |
int |
nextAsInt() |
String |
peek() |
String |
prev() |
String |
toString() |
public final String[] tokens
public final String[] rawTokens
public int idx
public boolean hasMore()
public String peek()
public String next()
public String prev()
public int nextAsInt() throws NumberFormatException
NumberFormatException
public int length()
public String get(int i)
public int countRemainingTokens()
public String assembleRestOfPath()
public String assembleOriginalRestOfPath()
Copyright © 2013. All Rights Reserved.