Class: sun.tools.tree.AssignShiftRightExpression
- public class AssignShiftRightExpression
- 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:- java.lang.Object
- sun.tools.tree.Node
- sun.tools.tree.Expression
- sun.tools.tree.UnaryExpression
- sun.tools.tree.BinaryExpression
- sun.tools.tree.BinaryAssignExpression
- sun.tools.tree.AssignOpExpression
- sun.tools.tree.AssignShiftRightExpression
Methods
-
AssignShiftRightExpressiontop
public AssignShiftRightExpression(long where, Expression left, Expression right)Constructor -
codeOperationtop
Code- Override hierarchy:
- codeOperation from BinaryExpression
