Package jaxx.compiler.tools.jaxxcapture
Class ValueNode
java.lang.Object
jaxx.compiler.tools.jaxxcapture.AbstractContextNode
jaxx.compiler.tools.jaxxcapture.ValueNode
- All Implemented Interfaces:
ContextNode
public class ValueNode extends AbstractContextNode
-
Constructor Summary
Constructors Constructor Description ValueNode(java.lang.Object value) -
Method Summary
Modifier and Type Method Description java.lang.ObjectgetValue()Methods inherited from class jaxx.compiler.tools.jaxxcapture.AbstractContextNode
addArgument, getArgumentsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ValueNode
public ValueNode(java.lang.Object value)
-
-
Method Details
-
getValue
public java.lang.Object getValue()
-