public static class ClassGenerator.SuperCallProxy extends java.lang.Object implements AbstractData
Constructor and Description |
---|
ClassGenerator.SuperCallProxy(java.lang.Object target) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(java.lang.String name,
Context context)
This method defines the behavior of the following expression.
|
java.lang.Object |
invoke(java.lang.String name,
java.lang.Object[] args,
Context context)
Defines the behavior of a method call.
|
void |
set(java.lang.String name,
java.lang.Object value,
Context context)
This method defines the behavior of the following expression.
|
public ClassGenerator.SuperCallProxy(java.lang.Object target)
public java.lang.Object get(java.lang.String name, Context context)
Property
aProperty . name
public void set(java.lang.String name, java.lang.Object value, Context context)
Property
aProperty . name = value
public java.lang.Object invoke(java.lang.String name, java.lang.Object[] args, Context context)
AbstractData
invoke
in interface AbstractData
name
- the method nameargs
- the argumentscontext
- the context in which the method is called.