|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.xabsl.jxabsl.expression.decimal.DecimalExpression
de.xabsl.jxabsl.expression.decimal.DecimalOutputSymbolRef
public class DecimalOutputSymbolRef
Represents a reference to a decimal output symbol.
Field Summary |
---|
Fields inherited from class de.xabsl.jxabsl.expression.decimal.DecimalExpression |
---|
debug |
Constructor Summary | |
---|---|
DecimalOutputSymbolRef(InputSource input,
DebugMessages debug,
Symbols symbols)
Constructor. |
Method Summary | |
---|---|
double |
getValue()
Return the value of the expression |
Methods inherited from class de.xabsl.jxabsl.expression.decimal.DecimalExpression |
---|
create |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DecimalOutputSymbolRef(InputSource input, DebugMessages debug, Symbols symbols)
input
- An input source for the intermediate code. It must be opened
and read until A position where the function reference starts.debug
- For debugging outputsymbols
- All available symbolsMethod Detail |
---|
public double getValue()
DecimalExpression
getValue
in class DecimalExpression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |