Class dnx.lr.SFNodeInstance
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.lr.SFNodeInstance
java.lang.Object
|
+----dnx.lr.FieldInstance
|
+----dnx.lr.SFNodeInstance
- public class SFNodeInstance
- extends FieldInstance
-
SFNodeInstance(SFNode, NodeInstance)
- Create a new SFNodeInstance.
-
countChildren()
-
-
getChild()
-
-
getChild(int)
-
SFNodeInstance
public SFNodeInstance(SFNode field,
NodeInstance owner)
- Create a new SFNodeInstance. This mirrors field FIELD
and is owned by NodeInstance OWNER.
getChild
public NodeInstance getChild()
getChild
public NodeInstance getChild(int n)
- Overrides:
- getChild in class FieldInstance
countChildren
public int countChildren()
- Overrides:
- countChildren in class FieldInstance
All Packages Class Hierarchy This Package Previous Next Index