Class LambdaAllocNode

All Implemented Interfaces:
ContextElement, Numberable

public class LambdaAllocNode extends AllocNode
An allocation site standing in for the object a LambdaMetafactory-bootstrapped invokedynamic call site produces (a lambda or method reference). Unlike a plain AllocNode, its true implementation is known statically from the bootstrap's MethodHandle constant - getTargetMethod()/getTargetKind() let call-dispatch resolve calls on it directly instead of through the (nonexistent) functional-interface vtable.