de.xabsl.jxabsl.expression.decimal
Class DecimalOutputSymbolRef

java.lang.Object
  extended by de.xabsl.jxabsl.expression.decimal.DecimalExpression
      extended by de.xabsl.jxabsl.expression.decimal.DecimalOutputSymbolRef

public class DecimalOutputSymbolRef
extends DecimalExpression

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

DecimalOutputSymbolRef

public DecimalOutputSymbolRef(InputSource input,
                              DebugMessages debug,
                              Symbols symbols)
Constructor. Creates the reference depending on the input.

Parameters:
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 output
symbols - All available symbols
Method Detail

getValue

public double getValue()
Description copied from class: DecimalExpression
Return the value of the expression

Specified by:
getValue in class DecimalExpression