joeq.Compiler.Quad.x86
Class SimpleCompiler.Factory
java.lang.Object
joeq.Compiler.Quad.x86.SimpleCompiler.Factory
- All Implemented Interfaces:
- CompilerInterface
- Enclosing class:
- SimpleCompiler
public static class SimpleCompiler.Factory
- extends Object
- implements CompilerInterface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final SimpleCompiler.Factory INSTANCE
SimpleCompiler.Factory
public SimpleCompiler.Factory()
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.