Class MethodPointerExpression


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