public class NodeImpl extends Object implements Path.Node, Serializable
Path.Node.| Modifier and Type | Field and Description |
|---|---|
static String |
INDEX_CLOSE |
static String |
INDEX_OPEN |
| Constructor and Description |
|---|
NodeImpl(String name,
NodeImpl parent,
boolean indexable,
Integer index,
Object key) |
public static final String INDEX_OPEN
public static final String INDEX_CLOSE
public final boolean isInIterable()
isInIterable in interface Path.Nodepublic final boolean isIterable()
public final NodeImpl getParent()
public final String asString()
public int buildHashCode()
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved