open class MethodReference : SpelNodeImpl
Expression language AST node that represents a method reference.
Author
Andy Clement
Author
Juergen Hoeller
Since
3.0
MethodReference(nullSafe: Boolean, methodName: String, pos: Int, vararg arguments: SpelNodeImpl) |
open fun generateCode(mv: MethodVisitor, cf: CodeFlow): Unit |
|
fun getName(): String |
|
open fun getValueInternal(state: ExpressionState): TypedValue |
|
open fun isCompilable(): Boolean
A method reference is compilable if it has been resolved to a reflectively accessible method and the child nodes (arguments to the method) are also compilable. |
|
open fun toStringAST(): String |