- All Superinterfaces:
- NodeInterface
- All Known Subinterfaces:
- LimitedValueProxy, MemoryProxy, ValueProxy
- All Known Implementing Classes:
- CheckCastNode, EntryProxyNode, FixedValueAnchorNode, GuardedValueNode, GuardProxyNode, PiArrayNode, PiNode, UnsafeCastNode, ValueProxyNode
public interface Proxy
extends NodeInterface
This interface marks nodes whose result is the same as one of their inputs. Such nodes are used
to add type information, to introduce scheduling restrictions, etc.
For some algorithms it is necessary or advantageous to see through these proxies.