Uses of Class
de.upb.hni.vmagic.AssociationElement

Packages that use AssociationElement
de.upb.hni.vmagic.concurrent Contains concurrent statement meta classes. 
de.upb.hni.vmagic.configuration Contains configuration meta classes. 
de.upb.hni.vmagic.declaration Contains declaration meta classes. 
de.upb.hni.vmagic.expression Contains VHDL expression meta classes. 
de.upb.hni.vmagic.output Contains the VHDL output module. 
de.upb.hni.vmagic.statement Contains sequential statement meta classes. 
 

Uses of AssociationElement in de.upb.hni.vmagic.concurrent
 

Methods in de.upb.hni.vmagic.concurrent that return types with arguments of type AssociationElement
 java.util.List<AssociationElement> AbstractComponentInstantiation.getGenericMap()
          Returns the generic map.
 java.util.List<AssociationElement> BlockStatement.getGenericMap()
          Returns the generic map.
 java.util.List<AssociationElement> ConcurrentProcedureCall.getParameters()
          Returns the parameters.
 java.util.List<AssociationElement> AbstractComponentInstantiation.getPortMap()
          Returns the port map.
 java.util.List<AssociationElement> BlockStatement.getPortMap()
          Returns the port map.
 

Constructors in de.upb.hni.vmagic.concurrent with parameters of type AssociationElement
ConcurrentProcedureCall(java.lang.String procedure, AssociationElement... parameters)
          Creates a procedure call with parameters.
 

Constructor parameters in de.upb.hni.vmagic.concurrent with type arguments of type AssociationElement
ConcurrentProcedureCall(java.lang.String procedure, java.util.List<AssociationElement> parameters)
          Creates a procedure call with a list of parameters.
 

Uses of AssociationElement in de.upb.hni.vmagic.configuration
 

Methods in de.upb.hni.vmagic.configuration that return types with arguments of type AssociationElement
 java.util.List<AssociationElement> ComponentConfiguration.getGenericMap()
          Returns the generic map.
 java.util.List<AssociationElement> ComponentConfiguration.getPortMap()
          Returns the port map.
 

Uses of AssociationElement in de.upb.hni.vmagic.declaration
 

Methods in de.upb.hni.vmagic.declaration that return types with arguments of type AssociationElement
 java.util.List<AssociationElement> ConfigurationSpecification.getGenericMap()
          Returns the generic map.
 java.util.List<AssociationElement> ConfigurationSpecification.getPortMap()
          Returns the port map.
 

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

Methods in de.upb.hni.vmagic.expression that return types with arguments of type AssociationElement
 java.util.List<AssociationElement> FunctionCall.getParameters()
          Returns the function call parameters.
 

Uses of AssociationElement in de.upb.hni.vmagic.output
 

Method parameters in de.upb.hni.vmagic.output with type arguments of type AssociationElement
 void MiscellaneousElementOutput.concurrentProcedureCallParameters(java.util.List<AssociationElement> parameters)
          Outputs the parameters of a concurrent procedure call.
 void MiscellaneousElementOutput.functionCallParameters(java.util.List<AssociationElement> parameters)
          Outputs the parameters of a function call.
 void MiscellaneousElementOutput.genericMap(java.util.List<AssociationElement> genericMap)
          Outputs a generic map.
 void MiscellaneousElementOutput.portMap(java.util.List<AssociationElement> portMap)
          Outputs a port map.
 void MiscellaneousElementOutput.procedureCallParameters(java.util.List<AssociationElement> parameters)
          Outputs the parameters of a procedure call.
 

Uses of AssociationElement in de.upb.hni.vmagic.statement
 

Methods in de.upb.hni.vmagic.statement that return types with arguments of type AssociationElement
 java.util.List<AssociationElement> ProcedureCall.getParameters()
          Returns the parameters.
 

Constructors in de.upb.hni.vmagic.statement with parameters of type AssociationElement
ProcedureCall(java.lang.String procedure, AssociationElement... parameters)
          Creates a procedure call statement with parameters.
 

Constructor parameters in de.upb.hni.vmagic.statement with type arguments of type AssociationElement
ProcedureCall(java.lang.String procedure, java.util.List<AssociationElement> parameters)
          Creates a procedure call statement with parameters.