|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object fr.expression4j.basic.ParseInfo
public class ParseInfo
class used to store info about parsing
Constructor Summary | |
---|---|
ParseInfo()
|
Method Summary | |
---|---|
int |
getEndPos()
|
java.lang.String |
getFunctionName()
|
TreeElement |
getTreeElement()
|
void |
setEndPos(int endPos)
|
void |
setFunctionName(java.lang.String functionName)
|
void |
setTreeElement(TreeElement treeElement)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParseInfo()
Method Detail |
---|
public int getEndPos()
public void setEndPos(int endPos)
public TreeElement getTreeElement()
public void setTreeElement(TreeElement treeElement)
public java.lang.String getFunctionName()
public void setFunctionName(java.lang.String functionName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |