com.ff.JEvaluator
Class JEvaluatorNodeBaseClass
java.lang.Object
com.ff.JEvaluator.JEvaluatorNodeBaseClass
- Direct Known Subclasses:
- JEvaluatorNodeExpr, JEvaluatorNodeFunc, JEvaluatorNodeLabel
public class JEvaluatorNodeBaseClass
- 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.commons.logging.Log |
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.commons.logging.Log log
symbol
protected java.lang.String symbol
symbolType
protected int symbolType
JEvaluatorNodeBaseClass
public JEvaluatorNodeBaseClass()
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)