public abstract class Node extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Node.Type |
| Constructor and Description |
|---|
Node() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Node> |
cast()
Cast this node to the desired type.
|
abstract Node.Type |
getNodeType()
Get the node type.
|
Copyright © 2013–2014. All rights reserved.