public class PropertyNode extends Node
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyNode.Type |
| Constructor and Description |
|---|
PropertyNode(Node instanceNode,
java.lang.Object name,
PropertyNode.Type type) |
| Modifier and Type | Method and Description |
|---|---|
Node |
avoidListMapping() |
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
evaluate(RuntimeContextBuilder.RuntimeContext context) |
Data |
evaluateDataObject(RuntimeContextBuilder.RuntimeContext context) |
java.util.List<java.lang.Object> |
getChain() |
java.lang.Object |
getRootName() |
java.lang.String |
inspect() |
getOperandPosition, getPositionBegin, inspectClause, judge, judge, setPositionBeginpublic PropertyNode(Node instanceNode, java.lang.Object name, PropertyNode.Type type)
public Data evaluateDataObject(RuntimeContextBuilder.RuntimeContext context)
evaluateDataObject in class Nodepublic java.lang.Object evaluate(RuntimeContextBuilder.RuntimeContext context)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.util.List<java.lang.Object> getChain()
public java.lang.Object getRootName()
getRootName in class Nodepublic Node avoidListMapping()
avoidListMapping in class Node