Package net.orbyfied.aspen.raw
Class ListNode
A node which holds a list of values.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.orbyfied.aspen.raw.ValueNode
getDataString, getStyle, getValue, setStyle, setValueMethods inherited from class net.orbyfied.aspen.raw.Node
blockComment, blockCommentLines, blockCommentLines, endComment, endCommentLines, endCommentLines, inLineComment, inLineCommentLines, inLineCommentLines, toString
-
Constructor Details
-
ListNode
public ListNode() -
ListNode
-
-
Method Details
-
addElement
-
merge
Merge this list of nodes with the given node.- Parameters:
node- The node to merge with.- Returns:
- The new merged node.
-