public interface Lowerable extends NodeInterface
| Modifier and Type | Method and Description |
|---|---|
ValueNode |
asNode() |
void |
lower(LoweringTool tool)
Expand this node into lower level nodes expressing the same semantics.
|
void lower(LoweringTool tool)
ValueNode asNode()
asNode in interface NodeInterface