gnu.kawa.reflect

Class StaticSet

public class StaticSet extends Procedure1 implements Inlineable

Constructor Summary
StaticSet(ClassType ctype, String name, Type ftype, int flags)
Method Summary
Objectapply1(Object arg1)
voidcompile(ApplyExp exp, Compilation comp, Target target)
TypegetReturnType(Expression[] args)

Constructor Detail

StaticSet

public StaticSet(ClassType ctype, String name, Type ftype, int flags)

Method Detail

apply1

public Object apply1(Object arg1)

compile

public void compile(ApplyExp exp, Compilation comp, Target target)

getReturnType

public Type getReturnType(Expression[] args)