joeq.Compiler
Interface CompilerInterface


public interface CompilerInterface


Method Summary
 jq_CompiledCode compile(jq_Method m)
           
 jq_CompiledCode generate_compile_stub(jq_Method m)
           
 jq_StaticMethod getInvokeinterfaceLinkMethod()
           
 jq_StaticMethod getInvokespecialLinkMethod()
           
 jq_StaticMethod getInvokestaticLinkMethod()
           
 

Method Detail

compile

jq_CompiledCode compile(jq_Method m)

generate_compile_stub

jq_CompiledCode generate_compile_stub(jq_Method m)

getInvokestaticLinkMethod

jq_StaticMethod getInvokestaticLinkMethod()

getInvokespecialLinkMethod

jq_StaticMethod getInvokespecialLinkMethod()

getInvokeinterfaceLinkMethod

jq_StaticMethod getInvokeinterfaceLinkMethod()


Copyright © 2001-2008 John Whaley. All Rights Reserved.