| Package | Description |
|---|---|
| com.ak.json | |
| com.ak.json.nodetree |
| Modifier and Type | Method and Description |
|---|---|
JNodeType |
JNode.getType()
Returns a type of the node.
|
| Modifier and Type | Field and Description |
|---|---|
protected JNodeType |
AbstractJNode.type
Type of the node.
|
| Modifier and Type | Method and Description |
|---|---|
JNodeType |
AbstractJNode.getType() |
static JNodeType |
JNodeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JNodeType[] |
JNodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|