Searched defs:MethodExpression (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DMethodExpression.java39 class MethodExpression extends NaryExpression { class in inherits:NaryExpression
50 public MethodExpression(long where, Expression right, Identifier id, Expression args[]) { method in class:MethodExpression
54 public MethodExpression(long where, Expression right, MemberDefinition field, Expression args[]) { method in class:MethodExpression
66 public MethodExpression(long where, Expression right, method in class:MethodExpression
497 implementation = new MethodExpression(where, rightI, m, newargs);
510 implementation = new MethodExpression(where, right, m, newargs);
522 Expression call = new MethodExpression(where, null, implMethod, oldargs);
532 implementation = new MethodExpression(where, null, implMethod, newargs);

Completed in 39 milliseconds