joeq.Compiler.Reference.x86
Class x86ReferenceCompiler.Factory

java.lang.Object
  extended by joeq.Compiler.Reference.x86.x86ReferenceCompiler.Factory
All Implemented Interfaces:
CompilerInterface
Enclosing class:
x86ReferenceCompiler

public static class x86ReferenceCompiler.Factory
extends Object
implements CompilerInterface


Field Summary
static x86ReferenceCompiler.Factory INSTANCE
           
 
Constructor Summary
x86ReferenceCompiler.Factory()
           
 
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final x86ReferenceCompiler.Factory INSTANCE
Constructor Detail

x86ReferenceCompiler.Factory

public x86ReferenceCompiler.Factory()
Method Detail

compile

public jq_CompiledCode compile(jq_Method m)
Specified by:
compile in interface CompilerInterface

generate_compile_stub

public jq_CompiledCode generate_compile_stub(jq_Method m)
Specified by:
generate_compile_stub in interface CompilerInterface

getInvokestaticLinkMethod

public jq_StaticMethod getInvokestaticLinkMethod()
Specified by:
getInvokestaticLinkMethod in interface CompilerInterface

getInvokespecialLinkMethod

public jq_StaticMethod getInvokespecialLinkMethod()
Specified by:
getInvokespecialLinkMethod in interface CompilerInterface

getInvokeinterfaceLinkMethod

public jq_StaticMethod getInvokeinterfaceLinkMethod()
Specified by:
getInvokeinterfaceLinkMethod in interface CompilerInterface


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