public class Node
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Node.Descriptor |
static class |
Node.Value |
| Constructor and Description |
|---|
Node(Node.Descriptor descriptor,
Node.Value value) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Node node) |
int |
getChildCount() |
java.util.ArrayList |
getChildren() |
Node.Descriptor |
getDescriptor() |
Node.Value |
getValue() |
public Node(Node.Descriptor descriptor, Node.Value value)
public void addChild(Node node)
public Node.Value getValue()
public Node.Descriptor getDescriptor()
public java.util.ArrayList getChildren()
public int getChildCount()
Copyright © 2014. All Rights Reserved.