|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MiscellaneousElementOutput
Output module for elements that are not handled by a visitor.
Method Summary | |
---|---|
void |
allComponentSpecification(ComponentSpecification specification)
Outputs an ALL component specification. |
void |
choiceOthers()
Outputs a OTHERS choice. |
void |
concurrentProcedureCallParameters(java.util.List<AssociationElement> parameters)
Outputs the parameters of a concurrent procedure call. |
void |
delayMechanism(DelayMechanism delayMechanism)
Outputs a delay mechanism. |
void |
functionCallParameters(java.util.List<AssociationElement> parameters)
Outputs the parameters of a function call. |
void |
generic(java.util.List<VhdlObjectProvider<Constant>> generic)
Outputs a generic clause. |
void |
genericMap(java.util.List<AssociationElement> genericMap)
Outputs a generic map. |
void |
indexSubtypeIndication(IndexSubtypeIndication subtype)
Outputs an index subtype indication. |
void |
instantiationListComponentSpecification(ComponentSpecification specification)
Outputs an instantiation list component specification. |
void |
othersComponentSpecification(ComponentSpecification specification)
Outputs an OTHERS component specification. |
void |
port(java.util.List<VhdlObjectProvider<Signal>> port)
Outputs a port clause. |
void |
portMap(java.util.List<AssociationElement> portMap)
Outputs a port map. |
void |
procedureCallParameters(java.util.List<AssociationElement> parameters)
Outputs the parameters of a procedure call. |
void |
range(Range range)
Outputs a range. |
void |
rangeAttributeName(RangeAttributeName range)
Outputs a range attribue name. |
void |
rangeSubtypeIndication(RangeSubtypeIndication subtype)
Outputs a range subtype indication. |
void |
resolvedSubtypeIndication(ResolvedSubtypeIndication subtype)
Outputs a resolved subtype indication. |
void |
signature(Signature signature)
Outputs a signature. |
void |
subtypeDiscreteRange(SubtypeDiscreteRange range)
Outputs a subtype discrete range. |
void |
subtypeSubtypeIndication(Subtype subtype)
Outputs a subtype subtype indication. |
void |
typeSubtypeIndication(Type subtype)
Outputs a type subtype indication. |
void |
unresolvedTypeSubtypeIndication(UnresolvedType subtype)
Outputs an unresolved type subtype indication. |
void |
waveform(java.util.List<WaveformElement> waveform)
Outputs a waveform. |
Method Detail |
---|
void delayMechanism(DelayMechanism delayMechanism)
delayMechanism
- the delay mechanismvoid generic(java.util.List<VhdlObjectProvider<Constant>> generic)
generic
- the generic clausevoid port(java.util.List<VhdlObjectProvider<Signal>> port)
port
- the port clausevoid genericMap(java.util.List<AssociationElement> genericMap)
genericMap
- the generic mapvoid portMap(java.util.List<AssociationElement> portMap)
portMap
- the port mapvoid procedureCallParameters(java.util.List<AssociationElement> parameters)
parameters
- the parametersvoid concurrentProcedureCallParameters(java.util.List<AssociationElement> parameters)
parameters
- the parametersvoid functionCallParameters(java.util.List<AssociationElement> parameters)
parameters
- the paramtersvoid signature(Signature signature)
signature
- the signaturevoid waveform(java.util.List<WaveformElement> waveform)
waveform
- the waveformvoid range(Range range)
range
- the rangevoid rangeAttributeName(RangeAttributeName range)
range
- the range attribute namevoid subtypeDiscreteRange(SubtypeDiscreteRange range)
range
- the subtype discrete rangevoid choiceOthers()
void indexSubtypeIndication(IndexSubtypeIndication subtype)
subtype
- the index subtype indicationvoid rangeSubtypeIndication(RangeSubtypeIndication subtype)
subtype
- the range subtype indicationvoid resolvedSubtypeIndication(ResolvedSubtypeIndication subtype)
subtype
- the resolved subtype indicationvoid typeSubtypeIndication(Type subtype)
subtype
- the typevoid subtypeSubtypeIndication(Subtype subtype)
subtype
- the subtypevoid unresolvedTypeSubtypeIndication(UnresolvedType subtype)
subtype
- the unresolved typevoid allComponentSpecification(ComponentSpecification specification)
specification
- the component specificationvoid othersComponentSpecification(ComponentSpecification specification)
specification
- the component specificationvoid instantiationListComponentSpecification(ComponentSpecification specification)
specification
- the component specification
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |