|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.wpi.cs.dsrg.xmldb.xat.common.dompattern.DOMPatternNodeImp | +--edu.wpi.cs.dsrg.xmldb.xat.common.bindingtree.FunctionNodeImp
This class implements the FunctionNode Interface, which is used to represent a Function.
Fields inherited from class edu.wpi.cs.dsrg.xmldb.xat.common.dompattern.DOMPatternNodeImp |
canceledOut,
children,
parent,
tagName,
tagValue |
Constructor Summary | |
FunctionNodeImp()
The default FunctionNodeImp constructor. |
|
FunctionNodeImp(java.lang.String name)
The FunctionNodeImp constructor using given function name. |
Methods inherited from class edu.wpi.cs.dsrg.xmldb.xat.common.dompattern.DOMPatternNodeImp |
addChild,
addChild,
deleteChild,
getChild,
getChildren,
getParent,
getTagName,
getTagValue,
isCanceledOut,
setCanceledOut,
setChild,
setParent,
setTagName,
setTagValue,
setTagValue,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public FunctionNodeImp()
public FunctionNodeImp(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |