Uses of Class
de.upb.hni.vmagic.expression.Aggregate

Packages that use Aggregate
de.upb.hni.vmagic.expression Contains VHDL expression meta classes. 
 

Uses of Aggregate in de.upb.hni.vmagic.expression
 

Methods in de.upb.hni.vmagic.expression that return Aggregate
 Aggregate QualifiedExpression.getOperand()
          Returns the operand.
static Aggregate Aggregate.OTHERS(Expression expression)
          Creates a new aggregate of the type "(others => expression)".
 

Methods in de.upb.hni.vmagic.expression with parameters of type Aggregate
 void QualifiedExpression.setOperand(Aggregate operand)
          Sets the operand.
protected  void ExpressionVisitor.visitAggregate(Aggregate expression)
          Visits an aggregate.
 

Constructors in de.upb.hni.vmagic.expression with parameters of type Aggregate
QualifiedExpression(SubtypeIndication type, Aggregate operand)
          Creates a qualified expression.