de.upb.hni.vmagic.expression
Class Minus

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.Minus
All Implemented Interfaces:
Choice

public class Minus
extends UnaryExpression

Unary minus sign expression.


Constructor Summary
Minus(Expression expression)
          Creates a unary minus sign 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

Minus

public Minus(Expression expression)
Creates a unary minus sign expression.

Parameters:
expression - the parameter expression