|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Property
In Pnuts, access to a property of an object implements this interface causes a call of methods in this interface. See Pnuts Language Specification for details.
Method Summary | |
---|---|
java.lang.Object |
get(java.lang.String name,
Context context)
This method defines the behavior of the following expression. |
void |
set(java.lang.String name,
java.lang.Object value,
Context context)
This method defines the behavior of the following expression. |
Method Detail |
---|
void set(java.lang.String name, java.lang.Object value, Context context)
aProperty . name = value
name
- the name.value
- the value.context
- the context in which the expression is evaluated.java.lang.Object get(java.lang.String name, Context context)
aProperty . name
name
- the name.context
- the context in which the expression is evaluated.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |