|
|||||||||
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.EnumeratedOutputSymbolRef
public class EnumeratedOutputSymbolRef
Represents a reference to a enumerated input symbol.
Field Summary |
---|
Fields inherited from class de.xabsl.jxabsl.expression.enumerated.EnumeratedExpression |
---|
debug, enumeration |
Constructor Summary | |
---|---|
EnumeratedOutputSymbolRef(Enumeration enumeration,
InputSource input,
DebugMessages debug,
Symbols symbols)
Constructor. |
Method Summary | |
---|---|
Enumeration |
getEnumeration()
|
java.lang.Object |
getValue()
|
Methods inherited from class de.xabsl.jxabsl.expression.enumerated.EnumeratedExpression |
---|
create, elementFromIntermediateCode, enumerationFromIntermediateCode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnumeratedOutputSymbolRef(Enumeration enumeration, InputSource input, DebugMessages debug, Symbols symbols)
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 function reference starts.debug
- For debugging outputsymbols
- All available symbolsMethod Detail |
---|
public java.lang.Object getValue()
getValue
in class EnumeratedExpression
public Enumeration getEnumeration()
getEnumeration
in class EnumeratedExpression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |