Package net.orbyfied.aspen.raw
Class ValueNode<T>
java.lang.Object
net.orbyfied.aspen.raw.Node
net.orbyfied.aspen.raw.ValueNode<T>
A node which holds a value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStyle()getValue()Get the value of this node.setStyle(ValueStyle style) Set the value of this node.Methods inherited from class net.orbyfied.aspen.raw.Node
blockComment, blockCommentLines, blockCommentLines, endComment, endCommentLines, endCommentLines, inLineComment, inLineCommentLines, inLineCommentLines, toString
-
Constructor Details
-
ValueNode
public ValueNode() -
ValueNode
-
-
Method Details
-
setValue
Set the value of this node. -
getValue
Get the value of this node. -
getStyle
-
setStyle
-
getDataString
- Overrides:
getDataStringin classNode
-