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