Class ExpressionMethodReference

java.lang.Object

public class ExpressionMethodReference extends MethodReference
Expression method reference AST node type (added in JLS8 API).
 ExpressionMethodReference:
     Expression ::
         [ < Type { , Type } > ]
         Identifier
 
Since:
3.10