de.xabsl.jxabsl.expression.decimal
Class DecimalOptionParameterRef

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

public class DecimalOptionParameterRef
extends DecimalExpression

Represents a reference to a decimal option parameter.


Field Summary
 
Fields inherited from class de.xabsl.jxabsl.expression.decimal.DecimalExpression
debug
 
Constructor Summary
DecimalOptionParameterRef(InputSource input, DebugMessages debug, OptionParameters parameters)
          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

DecimalOptionParameterRef

public DecimalOptionParameterRef(InputSource input,
                                 DebugMessages debug,
                                 OptionParameters parameters)
Constructor. Creates the reference

Parameters:
input - An input source for the intermediate code. It must be opened and read until A position where the expression starts.
debug - For debugging output
parameters - The parameters of the option
Method Detail

getValue

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

Specified by:
getValue in class DecimalExpression