com.ff.JEvaluator
Class EvaluatorNodeBaseClass

java.lang.Object
  extended by 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
           
 
Constructor Summary
EvaluatorNodeBaseClass()
           
 
Method Summary
 void dump()
           
 java.lang.String getSymbol()
           
 int getSymbolType()
           
 void setSymbol(java.lang.String symbol)
           
 void setSymbolType(int symbolType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.log4j.Logger log

symbol

protected java.lang.String symbol

symbolType

protected int symbolType
Constructor Detail

EvaluatorNodeBaseClass

public EvaluatorNodeBaseClass()
Method Detail

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)