de.upb.hni.vmagic.expression
Class Abs

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

public class Abs
extends UnaryExpression

Absolute value expression.


Constructor Summary
Abs(Expression expression)
          Creates a new absolute value 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

Abs

public Abs(Expression expression)
Creates a new absolute value expression.

Parameters:
expression - the parameter