Class Java.MethodReference

All Implemented Interfaces:
Java.ArrayInitializerOrRvalue, Java.ElementValue, Java.Locatable
Enclosing class:
Java

public static final class Java.MethodReference extends Java.Rvalue
Representation of a "method reference expression", as described in JLS9 15.13, with the form " <var>referenceType</var>::identifier.

The form "::new" is represented by Java.ClassInstanceCreationReference.

See Also: