com.ff.JEvaluator
Class JEvaluatorNodeBaseClass

java.lang.Object
  extended by 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
           
 
Constructor Summary
JEvaluatorNodeBaseClass()
           
 
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.commons.logging.Log log

symbol

protected java.lang.String symbol

symbolType

protected int symbolType
Constructor Detail

JEvaluatorNodeBaseClass

public JEvaluatorNodeBaseClass()
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)