|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.xabsl.jxabsl.expression.enumerated.EnumeratedExpression
de.xabsl.jxabsl.expression.enumerated.EnumeratedOptionParameterRef
public class EnumeratedOptionParameterRef
Represents a reference to a enumerated option parameter.
Field Summary |
---|
Fields inherited from class de.xabsl.jxabsl.expression.enumerated.EnumeratedExpression |
---|
debug, enumeration |
Constructor Summary | |
---|---|
EnumeratedOptionParameterRef(Enumeration enumeration,
InputSource input,
DebugMessages debug,
OptionParameters parameters)
Constructor. |
Method Summary | |
---|---|
java.lang.Object |
getValue()
|
Methods inherited from class de.xabsl.jxabsl.expression.enumerated.EnumeratedExpression |
---|
create, elementFromIntermediateCode, enumerationFromIntermediateCode, getEnumeration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnumeratedOptionParameterRef(Enumeration enumeration, InputSource input, DebugMessages debug, OptionParameters parameters)
enumeration
- A reference to the enumeration which is the domain of this
expressioninput
- An input source for the intermediate code. It must be opened
and read until A position where the expression starts.debug
- For debugging outputparameters
- The parameters of the optionMethod Detail |
---|
public java.lang.Object getValue()
getValue
in class EnumeratedExpression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |