com.ff.JEvaluator
Class JEvaluatorExprChar

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

public class JEvaluatorExprChar
extends java.lang.Object

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

Constructor Summary
JEvaluatorExprChar()
           
JEvaluatorExprChar(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

JEvaluatorExprChar

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

JEvaluatorExprChar

public JEvaluatorExprChar()
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.