public interface GuardedNode extends NodeInterface
Modifier and Type | Method and Description |
---|---|
ValueNode |
asNode() |
GuardingNode |
getGuard() |
void |
setGuard(GuardingNode guard) |
GuardingNode getGuard()
void setGuard(GuardingNode guard)
ValueNode asNode()
asNode
in interface NodeInterface