de.upb.hni.vmagic.expression
Class ShiftExpression

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
All Implemented Interfaces:
Choice
Direct Known Subclasses:
Rol, Ror, Sla, Sll, Sra, Srl

public abstract class ShiftExpression
extends BinaryExpression

Abstract base class for shift expressions.


Method Summary
 SubtypeIndication getType()
          Returns the type of this expression.
 
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
 

Method Detail

getType

public SubtypeIndication getType()
Description copied from class: Expression
Returns the type of this expression.

Specified by:
getType in class Expression
Returns:
the type of this expression