| Package | Description |
|---|---|
| com.bol.reflection |
| Modifier and Type | Field and Description |
|---|---|
Node.Type |
Node.type |
| Modifier and Type | Method and Description |
|---|---|
static Node.Type |
Node.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Node.Type[] |
Node.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Node(String fieldName,
List<Node> children,
Node.Type type) |
Copyright © 2018. All rights reserved.