fr.expression4j.basic
Class ParseInfo

java.lang.Object
  extended by fr.expression4j.basic.ParseInfo

public class ParseInfo
extends java.lang.Object

class used to store info about parsing

Author:
SGINER

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

ParseInfo

public ParseInfo()
Method Detail

getEndPos

public int getEndPos()

setEndPos

public void setEndPos(int endPos)

getTreeElement

public TreeElement getTreeElement()

setTreeElement

public void setTreeElement(TreeElement treeElement)

getFunctionName

public java.lang.String getFunctionName()

setFunctionName

public void setFunctionName(java.lang.String functionName)