JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.oracle.graal.nodes.spi
Interface PiPushable
All Known Implementing Classes:
IsNullNode
,
OffsetAddressNode
public interface
PiPushable
This interface marks nodes, which are able to be pushed through a PiNode.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
push
(
PiNode
parent)
Method Detail
push
boolean
push
(
PiNode
parent)
Parameters:
parent
- PiNode
Returns:
true if node was moved
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method