gnu.kawa.reflect

Class StaticGet

public class StaticGet extends Procedure0 implements Inlineable

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

Constructor Detail

StaticGet

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

Method Detail

apply0

public Object apply0()

compile

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

getReturnType

public Type getReturnType(Expression[] args)