de.xabsl.jxabsl.expression.bool
Class BooleanOptionParameterRef

java.lang.Object
  extended by de.xabsl.jxabsl.expression.bool.BooleanExpression
      extended by de.xabsl.jxabsl.expression.bool.BooleanOptionParameterRef

public class BooleanOptionParameterRef
extends BooleanExpression

Represents a reference to a boolean option parameter.


Field Summary
 
Fields inherited from class de.xabsl.jxabsl.expression.bool.BooleanExpression
debug
 
Constructor Summary
BooleanOptionParameterRef(InputSource input, DebugMessages debug, OptionParameters parameters)
          Constructor.
 
Method Summary
 boolean getValue()
          Returns the value of the boolean expression.
 
Methods inherited from class de.xabsl.jxabsl.expression.bool.BooleanExpression
create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanOptionParameterRef

public BooleanOptionParameterRef(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 boolean getValue()
Description copied from class: BooleanExpression
Returns the value of the boolean expression.

Specified by:
getValue in class BooleanExpression
Returns:
the value of the boolean expression