|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectphp.java.bridge.ParserString
php.java.bridge.ClassicParserString
public class ClassicParserString
This class holds the classic parser string for backward compatibility. The exact numbers used to be base 10.
Method Summary | |
---|---|
int |
getIntValue()
Returns the int value. |
long |
getLongValue()
Returns the long value. |
Methods inherited from class php.java.bridge.ParserString |
---|
getASCIIStringValue, getCachedStringValue, getDoubleValue, getStringValue, getUTF8StringValue, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getIntValue()
getIntValue
in class ParserString
public long getLongValue()
getLongValue
in class ParserString
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |