public class MethodReferenceExpressionWriter
extends MethodPointerExpressionWriter
Generates bytecode for method reference expressions.
| Fields inherited from class | Fields |
|---|---|
class MethodPointerExpressionWriter |
controller |
| Constructor and description |
|---|
MethodReferenceExpressionWriter(WriterController controller)Creates a method reference expression writer with the given controller. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
writeMethodReferenceExpression(MethodReferenceExpression expression)Generates bytecode for a method reference expression. |
| Methods inherited from class | Name |
|---|---|
class MethodPointerExpressionWriter |
writeMethodPointerExpression |
Creates a method reference expression writer with the given controller.
controller - the writer controllerGenerates bytecode for a method reference expression.
expression - the method reference expressionCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.