public class MethodPointerExpressionWriter
extends Object
Generates bytecode for method pointer expressions.
| Modifiers | Name | Description |
|---|---|---|
protected WriterController |
controller |
The controller coordinating all bytecode writers for the current class. |
| Constructor and description |
|---|
MethodPointerExpressionWriter(WriterController controller)Creates a method pointer expression writer with the given controller. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
writeMethodPointerExpression(MethodPointerExpression pointerOrReference)Generates bytecode for a method pointer expression. |
The controller coordinating all bytecode writers for the current class.
Creates a method pointer expression writer with the given controller.
controller - the writer controllerGenerates bytecode for a method pointer expression.
pointerOrReference - the method pointer expressionCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.