public class ExprTokenizer extends Object
Constructor and Description |
---|
ExprTokenizer(String s,
int offset,
int length)
Not part of the public, documented, API.
|
Modifier and Type | Method and Description |
---|---|
String |
getSource()
Not part of the public, documented, API.
|
int |
getSourceEnd()
Not part of the public, documented, API.
|
int |
getSourceFirst()
Not part of the public, documented, API.
|
boolean |
getUnescapeLiterals()
Not part of the public, documented, API.
|
void |
setUnescapeLiterals(boolean unescape)
Not part of the public, documented, API.
|
public ExprTokenizer(String s, int offset, int length)
public String getSource()
public int getSourceFirst()
public int getSourceEnd()
public void setUnescapeLiterals(boolean unescape)
public boolean getUnescapeLiterals()