spring-framework / org.springframework.expression.spel.ast / MethodReference / isCompilable

isCompilable

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.