Package jaxx.compiler.tools.jaxxcapture
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.StringgetProperty()java.lang.StringtoString()Methods inherited from class jaxx.compiler.tools.jaxxcapture.AbstractContextNode
addArgument, getArgumentsMethods 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:
toStringin classjava.lang.Object
-