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(Node instanceNode,
java.lang.Object name,
PropertyNode.Type type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
evaluate(RuntimeContext context) |
java.lang.Object |
getRootName() |
java.lang.String |
inspect() |
getPositionBegin, judge, judge, setPositionBeginpublic PropertyNode(Node instanceNode, java.lang.Object name)
public PropertyNode(Node instanceNode, java.lang.Object name, PropertyNode.Type type)
public java.lang.Object evaluate(RuntimeContext context)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.Object getRootName()