|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.expression.ExNode
com.waveset.expression.ExSet
com.waveset.expression.ExPutMap
A node representing a variable or argument reference.
Hmm, we could make this an ExFunction if we thought hard enough.
Field Summary | |
static java.lang.String |
code_id
|
Fields inherited from class com.waveset.expression.ExSet |
_elName |
Fields inherited from class com.waveset.expression.ExNode |
_bindingCount, _children, _decoration, _parent, trace |
Constructor Summary | |
ExPutMap()
Make a set node. |
|
ExPutMap(java.lang.String elName)
Make a set node. |
Method Summary | |
java.lang.String |
getFunctionName()
Get the node function name. |
Methods inherited from class com.waveset.expression.ExSet |
evalInternal, getName, parseXml, postProcess, setName, toXmlAttributes |
Methods inherited from class com.waveset.expression.ExNode |
addChild, addChildren, addCommonAttributes, beginTrace, clearOwner, endTrace, eval, evalChild, evalChildToObject, evalChildToString, evalToBoolean, evalToInt, evalToObject, evalToString, getBindingCount, getChild, getChildren, getDecoration, getHiddenVariable, getLocation, getOwner, getParent, isLiteral, parseCommonAttributes, removeChild, resolveFunction, resolveVariable, setBindingCount, setChildren, setDecoration, setEnvironment, setLocation, setOwner, setOwner, setParent, toXml, toXml, toXml, toXmlChildren |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
Constructor Detail |
public ExPutMap()
public ExPutMap(java.lang.String elName)
Method Detail |
public java.lang.String getFunctionName()
getFunctionName
in class ExSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |