edu.rice.cs.javalanglevels.tree
Class ShiftAssignmentExpression
java.lang.Object
edu.rice.cs.javalanglevels.tree.JExpression
edu.rice.cs.javalanglevels.tree.Expression
edu.rice.cs.javalanglevels.tree.AssignmentExpression
edu.rice.cs.javalanglevels.tree.ShiftAssignmentExpression
- All Implemented Interfaces:
- ForConditionI, JExpressionIF, VariableInitializerI
- Direct Known Subclasses:
- LeftShiftAssignmentExpression, RightSignedShiftAssignmentExpression, RightUnsignedShiftAssignmentExpression
public abstract class ShiftAssignmentExpression
- extends AssignmentExpression
Class ShiftAssignmentExpression, a component of the JExpressionIF composite hierarchy.
Note: null is not allowed as a value for any field.
- Version:
- Generated automatically by ASTGen at Sun May 27 23:01:27 CDT 2012
ShiftAssignmentExpression
public ShiftAssignmentExpression(SourceInfo in_sourceInfo,
Expression in_name,
Expression in_value)
- Constructs a ShiftAssignmentExpression.
- Throws:
IllegalArgumentException - If any parameter to the constructor is null.
visit
public abstract <RetType> RetType visit(JExpressionIFVisitor<RetType> visitor)
- Specified by:
visit in interface JExpressionIF- Specified by:
visit in class AssignmentExpression
visit
public abstract void visit(JExpressionIFVisitor_void visitor)
- Specified by:
visit in interface JExpressionIF- Specified by:
visit in class AssignmentExpression
outputHelp
public abstract void outputHelp(TabPrintWriter writer)
- Specified by:
outputHelp in interface JExpressionIF- Specified by:
outputHelp in class AssignmentExpression
generateHashCode
protected abstract int generateHashCode()
- Specified by:
generateHashCode in class AssignmentExpression