public class Node extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Node.NodeList |
| Modifier and Type | Field and Description |
|---|---|
boolean |
addedToCollector |
Node.NodeList |
children |
VariableRef |
elementRef |
MultiOccurrenceVariableRef |
multiOccurrenceVar |
MultiOccurrenceVariableRef |
newDestination |
VariableRef |
nullCheckFlag |
Node |
parent |
Property |
property |
VariableRef |
shouldAddToCollectorFlag |
FieldMap |
value |
| Modifier and Type | Method and Description |
|---|---|
static Node |
findFieldMap(FieldMap map,
Node.NodeList nodes,
boolean useSource) |
FieldMap |
getMap() |
boolean |
isLeaf() |
boolean |
isRoot() |
String |
toString() |
public final Node parent
public final Property property
public final FieldMap value
public final Node.NodeList children
public MultiOccurrenceVariableRef multiOccurrenceVar
public MultiOccurrenceVariableRef newDestination
public VariableRef elementRef
public VariableRef nullCheckFlag
public VariableRef shouldAddToCollectorFlag
public boolean addedToCollector
public boolean isLeaf()
public boolean isRoot()
public FieldMap getMap()
public static Node findFieldMap(FieldMap map, Node.NodeList nodes, boolean useSource)
Copyright © 2019 Glasnost. All rights reserved.