de.upb.hni.vmagic.expression
Class Not

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

public class Not
extends UnaryExpression

Not expression.


Constructor Summary
Not(Expression expression)
          Creates a not expression.
 
Method Summary
 
Methods inherited from class de.upb.hni.vmagic.expression.UnaryExpression
getExpression, getExpressionKind, getPrecedence, getType, setExpression
 
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

Not

public Not(Expression expression)
Creates a not expression.

Parameters:
expression - the parameter expression