|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.xabsl.jxabsl.parameters.Parameters
de.xabsl.jxabsl.behavior.OptionParameters
public class OptionParameters
Represents the current set of parameters of an option or basic behavior
Field Summary |
---|
Fields inherited from class de.xabsl.jxabsl.parameters.Parameters |
---|
bool, booleanParameters, debug, decimal, decimalParameters, enumerated, enumeratedParameters, enumerations |
Constructor Summary | |
---|---|
OptionParameters(InputSource input,
DebugMessages debug,
Symbols symbols)
Constructor. |
Method Summary | |
---|---|
boolean |
getBoolean(int i)
Returns the value for a boolean parameter |
double |
getDecimal(int i)
Returns the value for a decimal parameter |
java.lang.Object |
getEnumerated(int i)
Returns the value for an enumerated parameter |
Methods inherited from class de.xabsl.jxabsl.parameters.Parameters |
---|
getBooleanName, getBooleanPosition, getBooleanSize, getDecimalName, getDecimalPosition, getDecimalSize, getEnumeratedName, getEnumeratedPosition, getEnumeratedSize, getEnumeration, registerBoolean, registerDecimal, registerEnumerated, reset, setBoolean, setDecimal, setEnumerated |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OptionParameters(InputSource input, DebugMessages debug, Symbols symbols)
input
- An input source for the intermediate code. It must be opened
and read until A position where an option starts.debug
- For printing debug informationsymbols
- All available symbolsMethod Detail |
---|
public double getDecimal(int i)
i
- The position of the parameter as given by
getDecimalPosition(name)
public boolean getBoolean(int i)
i
- The position of the parameter as given by
getBooleanPosition(name)
public java.lang.Object getEnumerated(int i)
i
- The position of the parameter as given by
getEnumeratedPosition(name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |