|
API V2.0 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectrepast.simphony.relogo.ide.code.ProcedureDefinition
public class ProcedureDefinition
| Field Summary | |
|---|---|
protected static int |
anonymousProcedureIndex
|
protected Block |
code
|
protected LinkedList |
formals
|
protected String |
name
|
protected Profile |
profile
|
| Constructor Summary | |
ProcedureDefinition(Profile p, LinkedList f, Block b)
|
|
| Method Summary | |
|---|---|
Block
|
getCode()
@return the code |
String
|
getName()
@return the name |
Profile
|
getProfile()
@return the profile |
void
|
setName(String newName)
|
String
|
toString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
protected static int anonymousProcedureIndex
protected Block code
protected LinkedList formals
protected String name
protected Profile profile
| Constructor Detail |
|---|
public ProcedureDefinition(Profile p, LinkedList f, Block b)
| Method Detail |
|---|
public Block getCode()
public String getName()
public Profile getProfile()
public void setName(String newName)
public String toString()
ReLogo API V2.0