public class MethodReference extends ValueObject implements Expression
obj::f
.Modifier and Type | Field and Description |
---|---|
String |
name |
Expression |
owner |
List<TypeLiteral> |
typeParameters |
Constructor and Description |
---|
MethodReference(Expression owner,
List<TypeLiteral> typeParameters,
String name) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public final Expression owner
public final List<TypeLiteral> typeParameters
public final String name
public MethodReference(Expression owner, List<TypeLiteral> typeParameters, String name)
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.