[Java] Class MethodPointerExpressionWriter

  • org.codehaus.groovy.classgen.asm.MethodPointerExpressionWriter
public class MethodPointerExpressionWriter
extends Object

A helper class used to generate bytecode for method pointer expressions.

Since:
3.0.0

Field Summary

Fields
Modifiers Name Description
protected WriterController controller

Constructor Summary

Constructors
Constructor and description
MethodPointerExpressionWriter (WriterController controller)

Methods Summary

Methods
Type Params Return Type Name and description
public void writeMethodPointerExpression(MethodPointerExpression expression)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Field Detail

protected final WriterController controller

Constructor Detail

public MethodPointerExpressionWriter(WriterController controller)

Method Detail

public void writeMethodPointerExpression(MethodPointerExpression expression)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/classgen/asm/MethodPointerExpressionWriter.html