Class: sun.tools.tree.AssignAddExpression
- public class AssignAddExpression
- extends AssignOpExpression
WARNING: The contents of this source file are not part of any
supported API. Code that depends on them does so at its own risk:
they are subject to change or removal without notice.
Inheritance
Superclass tree: Implements:Methods
-
AssignAddExpressiontop
public AssignAddExpression(long where, Expression left, Expression right)Constructor -
codetop
Code- Override hierarchy:
- code from AssignOpExpression
-
codeOperationtop
Code- Override hierarchy:
- codeOperation from BinaryExpression
-
costInlinetop
public int costInline(int thresh, Environment env, Context ctx)The cost of inlining this statement- Override hierarchy:
- costInline from AssignOpExpression
- costInline from BinaryAssignExpression
- costInline from BinaryExpression
- costInline from UnaryExpression
- costInline from Expression
