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