|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectforge.program.ForgeProcedure
public final class ForgeProcedure
A procedure in a Forge program.
Method Summary | |
---|---|
LocalDecls |
inParams()
Returns the set of in-parameters. |
java.lang.String |
name()
Returns the name of the procedure. |
LocalDecls |
outParams()
Returns the set of out-parameters. |
ForgeProgram |
program()
Returns the program to which this element belongs. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public ForgeProgram program()
ProgramElement
program
in interface ProgramElement
public java.lang.String name()
public LocalDecls inParams()
public LocalDecls outParams()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |