com.bc.jexp.impl
Class AbstractSymbol.B
java.lang.Object
com.bc.jexp.impl.AbstractSymbol
com.bc.jexp.impl.AbstractSymbol.B
- All Implemented Interfaces:
- Symbol
- Enclosing class:
- AbstractSymbol
public abstract static class AbstractSymbol.B
- extends AbstractSymbol
|
Method Summary |
double |
evalD(EvalEnv env)
Evaluates this symbol to a double value. |
int |
evalI(EvalEnv env)
Evaluates this symbol to an int 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 |
evalB |
AbstractSymbol.B
protected AbstractSymbol.B(String name)
evalI
public int evalI(EvalEnv env)
- Description copied from interface:
Symbol
- Evaluates this symbol to an
int value.
- Parameters:
env - the application dependant environment.
- Returns:
- an
int 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-2013 Brockmann Consult GmbH. All Rights Reserved.