Class MethodReference

java.lang.Object
org.springframework.expression.spel.ast.SpelNodeImpl
org.springframework.expression.spel.ast.MethodReference
All Implemented Interfaces:
Opcodes, SpelNode

public class MethodReference extends SpelNodeImpl
Expression language AST node that represents a method reference.
Since:
3.0
Author:
Andy Clement, Juergen Hoeller, Sam Brannen