com.bc.jexp.impl
Class AbstractSymbol.I
java.lang.Object
com.bc.jexp.impl.AbstractSymbol
com.bc.jexp.impl.AbstractSymbol.I
- All Implemented Interfaces:
- Symbol
- Enclosing class:
- AbstractSymbol
public abstract static class AbstractSymbol.I
- extends AbstractSymbol
|
Method Summary |
boolean |
evalB(EvalEnv env)
Evaluates this symbol to a boolean value. |
double |
evalD(EvalEnv env)
Evaluates this symbol to a double value. |
String |
evalS(EvalEnv env)
Evaluates this symbol to a String value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.bc.jexp.Symbol |
evalI |
AbstractSymbol.I
protected AbstractSymbol.I(String name)
evalB
public boolean evalB(EvalEnv env)
- Description copied from interface:
Symbol
- Evaluates this symbol to a
boolean value.
- Parameters:
env - the application dependant environment.
- Returns:
- a
boolean value
evalD
public double evalD(EvalEnv env)
- Description copied from interface:
Symbol
- Evaluates this symbol to a
double value.
- Parameters:
env - the application dependant environment.
- Returns:
- a
double value
evalS
public String evalS(EvalEnv env)
- Description copied from interface:
Symbol
- Evaluates this symbol to a
String value.
- Parameters:
env - the application dependant environment.
- Returns:
- a
double value
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.