Package jaxx.compiler.tools.jaxxcapture
Class AbstractContextNode
java.lang.Object
jaxx.compiler.tools.jaxxcapture.AbstractContextNode
- All Implemented Interfaces:
ContextNode
- Direct Known Subclasses:
CapturedObject,LiteralNode,MethodNode,PropertyNode,ValueNode
public abstract class AbstractContextNode extends java.lang.Object implements ContextNode
-
Constructor Summary
Constructors Constructor Description AbstractContextNode() -
Method Summary
Modifier and Type Method Description voidaddArgument(ContextNode node)ContextNode[]getArguments()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AbstractContextNode
public AbstractContextNode()
-
-
Method Details
-
addArgument
- Specified by:
addArgumentin interfaceContextNode
-
getArguments
- Specified by:
getArgumentsin interfaceContextNode
-