de.upb.hni.vmagic.expression
Class Divide

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.MultiplyingExpression
                  extended by de.upb.hni.vmagic.expression.Divide
All Implemented Interfaces:
Choice

public class Divide
extends MultiplyingExpression

Divide expression.


Constructor Summary
Divide(Expression left, Expression right)
          Creates a divide epxression.
 
Method Summary
 
Methods inherited from class de.upb.hni.vmagic.expression.MultiplyingExpression
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

Divide

public Divide(Expression left,
              Expression right)
Creates a divide epxression.

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