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

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

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

Methods in de.upb.hni.vmagic.expression that return Aggregate.ElementAssociation
 Aggregate.ElementAssociation Aggregate.createAssociation(Expression expression)
          Creates a new positional element association and adds it to this aggregate.
 Aggregate.ElementAssociation Aggregate.createAssociation(Expression expression, Choice... choices)
          Creates a new named element association and adds it to this aggregate.
 Aggregate.ElementAssociation Aggregate.createAssociation(Expression expression, java.util.List<Choice> choices)
          Creates a new named element association and adds it to this aggregate.
 

Methods in de.upb.hni.vmagic.expression that return types with arguments of type Aggregate.ElementAssociation
 java.util.List<Aggregate.ElementAssociation> Aggregate.getAssociations()
          Returns the associations.