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

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DExprExpression.java73 public FieldUpdater getUpdater(Environment env, Context ctx) { method in class:ExprExpression
74 return right.getUpdater(env, ctx);
H A DThisExpression.java126 public FieldUpdater getUpdater(Environment env, Context ctx) { method in class:ThisExpression
H A DArrayAccessExpression.java136 public FieldUpdater getUpdater(Environment env, Context ctx) { method in class:ArrayAccessExpression
H A DFieldExpression.java792 * are handled by 'getUpdater' below.
829 public FieldUpdater getUpdater(Environment env, Context ctx) { method in class:FieldExpression
834 // throw new CompilerError("getUpdater");
H A DIdentifierExpression.java287 public FieldUpdater getUpdater(Environment env, Context ctx) { method in class:IdentifierExpression
289 return implementation.getUpdater(env, ctx);
H A DExpression.java221 * are handled by 'getUpdater' below.
241 public FieldUpdater getUpdater(Environment env, Context ctx) { method in class:Expression
242 throw new CompilerError("getUpdater lhs");

Completed in 39 milliseconds