Class PropertyNode

java.lang.Object
jaxx.compiler.tools.jaxxcapture.AbstractContextNode
jaxx.compiler.tools.jaxxcapture.PropertyNode
All Implemented Interfaces:
ContextNode

public class PropertyNode
extends AbstractContextNode
  • Constructor Summary

    Constructors
    Constructor Description
    PropertyNode​(java.lang.String property)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getProperty()  
    java.lang.String toString()  

    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, wait, wait, wait
  • Constructor Details

    • PropertyNode

      public PropertyNode​(java.lang.String property)
  • Method Details

    • getProperty

      public java.lang.String getProperty()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object