de.upb.hni.vmagic.expression
Class NotEquals

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

public class NotEquals
extends RelationalExpression

Not equals expression.


Constructor Summary
NotEquals(Expression left, Expression right)
          Creates a not equals expression.
 
Method Summary
 
Methods inherited from class de.upb.hni.vmagic.expression.RelationalExpression
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

NotEquals

public NotEquals(Expression left,
                 Expression right)
Creates a not equals expression.

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