|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ssv.utils.parser.Parser.ParserContext
public static final class Parser.ParserContext
Method Summary | |
---|---|
Parser.ParserContext |
clone()
|
int |
getColumn()
|
double |
getDoubleNumber()
|
java.lang.String |
getIdentifier()
|
long |
getLongNumber()
|
int |
getRow()
|
java.lang.String |
getString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Parser.ParserContext clone()
clone
in class java.lang.Object
public java.lang.String getIdentifier()
public java.lang.String getString()
public long getLongNumber()
public double getDoubleNumber()
public int getColumn()
public int getRow()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |