com.ff.JEvaluator
Class EvaluatorExprChar

java.lang.Object
  extended by com.ff.JEvaluator.EvaluatorExprChar

public class EvaluatorExprChar
extends java.lang.Object

Author:
fiorucci Implements a bean with relevant information for each single character of an expression

Constructor Summary
EvaluatorExprChar()
           
EvaluatorExprChar(char Symbol, int SymbolType, int NestingLevel)
           
 
Method Summary
 int getNestingLevel()
           
 char getSymbol()
           
 int getSymbolType()
           
 void setNestingLevel(int nestingLevel)
           
 void setSymbol(char symbol)
           
 void setSymbolType(int symbolType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvaluatorExprChar

public EvaluatorExprChar(char Symbol,
                         int SymbolType,
                         int NestingLevel)

EvaluatorExprChar

public EvaluatorExprChar()
Method Detail

getNestingLevel

public int getNestingLevel()
Returns:
Returns the nestingLevel.

setNestingLevel

public void setNestingLevel(int nestingLevel)
Parameters:
nestingLevel - The nestingLevel to set.

getSymbol

public char getSymbol()
Returns:
Returns the symbol.

setSymbol

public void setSymbol(char symbol)
Parameters:
symbol - The symbol to set.

getSymbolType

public int getSymbolType()
Returns:
Returns the symbolType.

setSymbolType

public void setSymbolType(int symbolType)
Parameters:
symbolType - The symbolType to set.