|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectphp.java.bridge.ParserString
class ParserString
This class holds the parser string.
| Field Summary | |
|---|---|
(package private) static byte[] |
digits
|
protected int |
length
|
protected int |
off
|
protected byte[] |
string
|
| Constructor Summary | |
|---|---|
protected |
ParserString(JavaBridge bridge)
Create a new ParserString |
| Method Summary | |
|---|---|
java.lang.String |
getASCIIStringValue()
Returns the ASCII string representation. |
java.lang.String |
getCachedStringValue()
Returns the cached string encoded via java_set_file_encoding(). |
int |
getClassicIntValue()
Returns the int value. |
long |
getClassicLongValue()
Returns the long value. |
double |
getDoubleValue()
Returns the double value. |
int |
getIntValue()
Returns the int value. |
long |
getLongValue()
Returns the long value. |
java.lang.String |
getStringValue()
Returns the string encoded via java_set_file_encoding(). |
java.lang.String |
getUTF8StringValue()
Returns the UTF8 string representation. |
java.lang.String |
toString()
Returns the UTF8 string representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected byte[] string
protected int off
protected int length
static final byte[] digits
| Constructor Detail |
|---|
protected ParserString(JavaBridge bridge)
| Method Detail |
|---|
public java.lang.String getUTF8StringValue()
public java.lang.String getStringValue()
Options.getEncoding()public java.lang.String getCachedStringValue()
Options.getEncoding()public java.lang.String getASCIIStringValue()
public int getClassicIntValue()
public long getClassicLongValue()
public int getIntValue()
public long getLongValue()
public double getDoubleValue()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||