|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Selection
The public interface to a selection AG element.
Example: o.&x
Method Summary | |
---|---|
Expression |
receiverExpression()
The receiver may be any valid AmbientTalk expression Example: `(o. |
Symbol |
selector()
The selector must be a literal symbol Example: `(o. |
Methods inherited from interface edu.vub.at.objects.AbstractGrammar |
---|
freeVariables |
Methods inherited from interface edu.vub.at.objects.Object |
---|
super |
Method Detail |
---|
Expression receiverExpression()
`(o.&x).reveiverExpression == `o
Symbol selector()
`(o.&x).selector == `x
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |