public abstract static class MethodHandleNode.GraphAdder extends Object
| Constructor and Description |
|---|
GraphAdder(StructuredGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
abstract <T extends ValueNode> |
add(T node)
Call
Graph.addOrUnique(org.graalvm.compiler.graph.Node) on node
and link any FixedWithNextNodes into the current control flow. |
Assumptions |
getAssumptions() |
AnchoringNode |
getGuardAnchor() |
public GraphAdder(StructuredGraph graph)
public abstract <T extends ValueNode> T add(T node)
Graph.addOrUnique(org.graalvm.compiler.graph.Node) on node
and link any FixedWithNextNodes into the current control flow.node - public AnchoringNode getGuardAnchor()
AnchoringNode if floating guards should be created, otherwise
FixedGuardNodes will be used.public Assumptions getAssumptions()