de.upb.hni.vmagic.expression
Class Sra

java.lang.Object
  extended by de.upb.hni.vmagic.VhdlElement
      extended by de.upb.hni.vmagic.expression.Expression
          extended by de.upb.hni.vmagic.expression.BinaryExpression
              extended by de.upb.hni.vmagic.expression.ShiftExpression
                  extended by de.upb.hni.vmagic.expression.Sra
All Implemented Interfaces:
Choice

public class Sra
extends ShiftExpression

Shift right arithmetic expression.


Constructor Summary
Sra(Expression left, Expression right)
          Creates a shift right arithmetic expression.
 
Method Summary
 
Methods inherited from class de.upb.hni.vmagic.expression.ShiftExpression
getType
 
Methods inherited from class de.upb.hni.vmagic.expression.BinaryExpression
getExpressionKind, getLeft, getPrecedence, getRight, setLeft, setRight
 
Methods inherited from class de.upb.hni.vmagic.VhdlElement
getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sra

public Sra(Expression left,
           Expression right)
Creates a shift right arithmetic expression.

Parameters:
left - the left-hand side expression
right - the right-hand side expression