com.ff.JEvaluator
Class JEvaluatorExprChar
java.lang.Object
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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JEvaluatorExprChar
public JEvaluatorExprChar(char Symbol,
int SymbolType,
int NestingLevel)
JEvaluatorExprChar
public JEvaluatorExprChar()
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.