de.upb.hni.vmagic.expression
Class Plus

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

public class Plus
extends UnaryExpression

Unary plus sign expression.


Constructor Summary
Plus(Expression expression)
          Creates a unary plus sign operation.
 
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

Plus

public Plus(Expression expression)
Creates a unary plus sign operation.

Parameters:
expression - the parameter expression