kawa.lang
public class SetFieldProc extends Procedure2 implements Inlineable
| Constructor Summary | |
|---|---|
| SetFieldProc(Class clas, String fname) | |
| SetFieldProc(ClassType ctype, String fname) | |
| SetFieldProc(ClassType ctype, String name, Type ftype, int flags) | |
| Method Summary | |
|---|---|
| Object | apply2(Object arg1, Object arg2) |
| void | compile(ApplyExp exp, Compilation comp, Target target) |
| Type | getReturnType(Expression[] args) |