Java org.eclipse.jdt.core.dom ExpressionMethodReference fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.dom ExpressionMethodReference fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.dom ExpressionMethodReference.

The text is from its open source code.

Method

ExpressiongetExpression()
Returns the expression of this expression method reference expression
SimpleNamegetName()
Returns the name of the method referenced in this expression.
voidsetExpression(Expression expression)
Sets the expression of this expression method reference.
voidsetName(SimpleName name)
Sets the name of the method referenced in this expression to the given name.
ListtypeArguments()
Returns the live ordered list of type arguments of this expression method reference