gnu.kawa.servlet

Class GetResponse

public class GetResponse extends MethodProc implements Inlineable

A 0-argument function that returns the current ServletResponse.
Field Summary
static GetResponsegetResponse
static ClassTypetypeGetResponse
static ClassTypetypeHttpServletResponse
Method Summary
voidapply(CallContext ctx)
voidcompile(ApplyExp exp, Compilation comp, Target target)
static HttpServletResponsegetResponse(CallContext ctx)
TypegetReturnType(Expression[] args)
intnumArgs()

Field Detail

getResponse

public static final GetResponse getResponse

typeGetResponse

public static final ClassType typeGetResponse

typeHttpServletResponse

public static final ClassType typeHttpServletResponse

Method Detail

apply

public void apply(CallContext ctx)

compile

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

getResponse

public static HttpServletResponse getResponse(CallContext ctx)

getReturnType

public Type getReturnType(Expression[] args)

numArgs

public int numArgs()