Package dev.pxml.core.data.node.value
Class Node_ValueElement
- java.lang.Object
-
- dev.pxml.core.data.node.value.ValueElement
-
- dev.pxml.core.data.node.value.Node_ValueElement
-
public class Node_ValueElement extends ValueElement
-
-
Constructor Summary
Constructors Constructor Description Node_ValueElement(PXMLNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextLocation
getLocation()
PXMLNode
getNode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
Node_ValueElement
public Node_ValueElement(PXMLNode node)
-
-
Method Detail
-
getNode
public PXMLNode getNode()
-
getLocation
public TextLocation getLocation()
- Specified by:
getLocation
in classValueElement
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-