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
    void addArgument​(ContextNode node)  
    ContextNode[] getArguments()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait