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.Object getValue()  

    Methods inherited from class jaxx.compiler.tools.jaxxcapture.AbstractContextNode

    addArgument, getArguments

    Methods 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()