|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.VhdlElement
de.upb.hni.vmagic.declaration.DeclarativeItem
de.upb.hni.vmagic.declaration.SubprogramBody
de.upb.hni.vmagic.declaration.ProcedureBody
public class ProcedureBody
Procedure body.
Constructor Summary | |
---|---|
ProcedureBody(ProcedureDeclaration declaration)
Creates a procedure body based on a procedure declaration. |
|
ProcedureBody(java.lang.String identifier,
java.util.List<VhdlObjectProvider> parameters)
Creates a procedure body. |
|
ProcedureBody(java.lang.String identifier,
VhdlObjectProvider... parameters)
Creates a procedure body. |
Method Summary |
---|
Methods inherited from class de.upb.hni.vmagic.declaration.SubprogramBody |
---|
getDeclarations, getIdentifier, getParameters, getScope, getStatements, setIdentifier |
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 |
---|
public ProcedureBody(java.lang.String identifier, java.util.List<VhdlObjectProvider> parameters)
identifier
- the procedure body identifierparameters
- the parameterspublic ProcedureBody(java.lang.String identifier, VhdlObjectProvider... parameters)
identifier
- the procedure body identifierparameters
- the parameterspublic ProcedureBody(ProcedureDeclaration declaration)
declaration
- the procedure declaration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |