Class MethodPointerExpression


  • public class MethodPointerExpression
    extends Expression
    Represents a method pointer on an object such as foo.&bar which means find the method pointer on foo for the method called "bar" which is equivalent to foo.metaClass.getMethodPointer(foo, "bar")