|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Begin
The public interface to a sequence of statements.
Example: a; b; c
This AG element is used to represent the body of a method or a literal closure.
Method Summary | |
---|---|
Table |
statements()
The statements table contains zero or more statements. |
Methods inherited from interface edu.vub.at.objects.AbstractGrammar |
---|
freeVariables |
Methods inherited from interface edu.vub.at.objects.Object |
---|
super |
Method Detail |
---|
Table statements()
`{ x := 5; 1 + 2}.statements == `[x := 5, 1.+(2)]
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |