com.ff.JEvaluator
Class EvaluatorNodeBaseClass
java.lang.Object
com.ff.JEvaluator.EvaluatorNodeBaseClass
- Direct Known Subclasses:
- EvaluatorNodeExpr, EvaluatorNodeFunc
public class EvaluatorNodeBaseClass
- extends java.lang.Object
- Author:
- fiorucci
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
|
Field Summary |
protected static org.apache.log4j.Logger |
log
|
protected java.lang.String |
symbol
|
protected int |
symbolType
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static org.apache.log4j.Logger log
symbol
protected java.lang.String symbol
symbolType
protected int symbolType
EvaluatorNodeBaseClass
public EvaluatorNodeBaseClass()
dump
public void dump()
getSymbol
public java.lang.String getSymbol()
setSymbol
public void setSymbol(java.lang.String symbol)
getSymbolType
public int getSymbolType()
setSymbolType
public void setSymbolType(int symbolType)