Uses of Class
org.glassfish.rmic.tools.tree.FieldUpdater
Packages that use FieldUpdater
-
Uses of FieldUpdater in org.glassfish.rmic.tools.tree
Fields in org.glassfish.rmic.tools.tree declared as FieldUpdaterModifier and TypeFieldDescriptionprivate FieldUpdaterAssignExpression.updaterprotected FieldUpdaterAssignOpExpression.updaterprivate FieldUpdaterIncDecExpression.updaterMethods in org.glassfish.rmic.tools.tree that return FieldUpdaterModifier and TypeMethodDescriptionFieldUpdater.copyInline(Context ctx) ArrayAccessExpression.getAssigner(Environment env, Context ctx) An array access expression never requires the use of an access method to perform an assignment to an array element, though an access method may be required to fetch the array object itself.Expression.getAssigner(Environment env, Context ctx) Return aFieldUpdaterobject to be used in updating the value of the location denoted bythis, which must be an expression suitable for the left-hand side of an assignment.FieldExpression.getAssigner(Environment env, Context ctx) Return aFieldUpdaterobject to be used in updating the value of the location denoted bythis, which must be an expression suitable for the left-hand side of an assignment.IdentifierExpression.getAssigner(Environment env, Context ctx) Return an accessor if one is needed for assignments to this expression.ThisExpression.getAssigner(Environment env, Context ctx) ArrayAccessExpression.getUpdater(Environment env, Context ctx) An array access expression never requires a field updater.Expression.getUpdater(Environment env, Context ctx) Return aFieldUpdaterobject to be used in updating the value of the location denoted bythis, which must be an expression suitable for the left-hand side of an assignment.ExprExpression.getUpdater(Environment env, Context ctx) Delegate to our subexpression.FieldExpression.getUpdater(Environment env, Context ctx) Return aFieldUpdaterobject to be used in updating the value of the location denoted bythis, which must be an expression suitable for the left-hand side of an assignment.IdentifierExpression.getUpdater(Environment env, Context ctx) Return an updater if one is needed for assignments to this expression.ThisExpression.getUpdater(Environment env, Context ctx) FieldUpdater.inline(Environment env, Context ctx) Since the object reference expression may be captured before it has been inlined, we must inline it later.