|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.omegahat.Environment.Language.StaticMethodAlias
|
+--org.omegahat.Environment.Language.MethodAlias
| Field Summary | |
protected java.lang.Object |
This
The object representing the `this' against which the method can be invoked. |
| Fields inherited from class org.omegahat.Environment.Language.StaticMethodAlias |
method |
| Constructor Summary | |
MethodAlias(java.lang.Object obj,
java.lang.reflect.Method method)
Constructor taking the `this' object and the Java method of interest. |
|
| Method Summary | |
java.lang.Object |
This()
Retrieve the object associated with this method. |
java.lang.Object |
This(java.lang.Object o)
|
| Methods inherited from class org.omegahat.Environment.Language.StaticMethodAlias |
eval, eval, Method, Method, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.Object This
| Constructor Detail |
public MethodAlias(java.lang.Object obj,
java.lang.reflect.Method method)
| Method Detail |
public java.lang.Object This()
This in class StaticMethodAliaspublic java.lang.Object This(java.lang.Object o)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||