Class SequenceNode
Represents a sequence.
A sequence is a ordered collection of nodes.
-
Field Summary
Fields inherited from class Node
endMark, resolved, useClassConstructor -
Constructor Summary
ConstructorsConstructorDescriptionSequenceNode(Tag tag, boolean resolved, List<Node> value, Mark startMark, Mark endMark, DumperOptions.FlowStyle flowStyle) SequenceNode(Tag tag, List<Node> value, DumperOptions.FlowStyle flowStyle) -
Method Summary
Methods inherited from class CollectionNode
getFlowStyle, setEndMark, setFlowStyleMethods inherited from class Node
equals, getAnchor, getBlockComments, getEndComments, getEndMark, getInLineComments, getStartMark, getTag, getType, hashCode, isTwoStepsConstruction, setAnchor, setBlockComments, setEndComments, setInLineComments, setTag, setTwoStepsConstruction, setType, setUseClassConstructor, useClassConstructor
-
Constructor Details
-
SequenceNode
-
SequenceNode
-
-
Method Details
-
getNodeId
-
getValue
Returns the elements in this sequence.- Specified by:
getValuein classCollectionNode<Node>- Returns:
- Nodes in the specified order.
-
setListType
-
toString
-