java.io.Serializablepublic final class ValueNode<T extends java.io.Serializable> extends Node<T>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ValueNode.ValueType |
| Constructor | Description |
|---|---|
ValueNode(ParentNode<T> parent,
Coordinates coordinates,
ValueNode.ValueType valueType) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
copyInto(ParentNode<T> destination,
int cursorPosition,
java.lang.String name) |
|
java.util.List<ValueNode<T>> |
getAllValueNodes() |
public ValueNode(ParentNode<T> parent, Coordinates coordinates, ValueNode.ValueType valueType)
public int copyInto(ParentNode<T> destination, int cursorPosition, java.lang.String name)
public java.util.List<ValueNode<T>> getAllValueNodes()
getAllValueNodes in class Node<T extends java.io.Serializable>Copyright © 2018. All rights reserved.