|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.xabsl.jxabsl.expression.bool.BooleanExpression
de.xabsl.jxabsl.expression.bool.BooleanOutputSymbolRef
public class BooleanOutputSymbolRef
Represents a reference to a boolean output symbol.
Field Summary |
---|
Fields inherited from class de.xabsl.jxabsl.expression.bool.BooleanExpression |
---|
debug |
Constructor Summary | |
---|---|
BooleanOutputSymbolRef(InputSource input,
DebugMessages debug,
Symbols symbols)
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 |
---|
public BooleanOutputSymbolRef(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 debuggging outputsymbols
- All available symbolsMethod Detail |
---|
public boolean getValue()
BooleanExpression
getValue
in class BooleanExpression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |