|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttools.blend.Node
tools.blend.AsIsNode
public class AsIsNode
Expression may contain needless parenthesis ... like "(((A==4)))". This node captures that relationship by bridging a single parent node to a single child node as-is.
| Constructor Summary | |
|---|---|
AsIsNode(Node parent,
CapNode cap)
This creates a new AsIsNode |
|
| Method Summary | |
|---|---|
java.lang.String |
whereDoIGoOnFail(Node whichChildAmI)
|
java.lang.String |
whereDoIGoOnPass(Node whichChildAmI)
When a child node finishes its processing it can either have passed or failed and needs a destination to jump to (another compare-node or the pass/fail blocks). |
| Methods inherited from class tools.blend.Node |
|---|
addChild, getChildIndex, getName, getStartingCompareNode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsIsNode(Node parent,
CapNode cap)
parent - the parent nodecap - the root of the expression| Method Detail |
|---|
public java.lang.String whereDoIGoOnPass(Node whichChildAmI)
Node
whereDoIGoOnPass in class NodewhichChildAmI - which child I am (AND and OR have multiple children)
public java.lang.String whereDoIGoOnFail(Node whichChildAmI)
whereDoIGoOnFail in class Node
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||