joeq.Compiler
Class CompilationState.BootstrapCompilation
java.lang.Object
joeq.Compiler.CompilationState
joeq.Compiler.CompilationState.BootstrapCompilation
- All Implemented Interfaces:
- CompilationConstants
- Enclosing class:
- CompilationState
public static class CompilationState.BootstrapCompilation
- extends CompilationState
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompilationState.BootstrapCompilation
public CompilationState.BootstrapCompilation()
setBootTypes
public void setBootTypes(Set boot_types)
needsDynamicLink
public boolean needsDynamicLink(jq_Method method,
jq_Member member)
- Specified by:
needsDynamicLink
in class CompilationState
needsDynamicLink
public boolean needsDynamicLink(jq_Method method,
jq_Type type)
- Specified by:
needsDynamicLink
in class CompilationState
tryResolve
public jq_Member tryResolve(jq_Member m)
- Specified by:
tryResolve
in class CompilationState
resolve
public jq_Member resolve(jq_Member m)
- Specified by:
resolve
in class CompilationState
isSubtype
public byte isSubtype(jq_Type t1,
jq_Type t2)
- Specified by:
isSubtype
in class CompilationState
findCommonSuperclass
public jq_Type findCommonSuperclass(jq_Type t1,
jq_Type t2)
- Specified by:
findCommonSuperclass
in class CompilationState
declaresInterface
public byte declaresInterface(jq_Class klass,
Collection interfaces)
- Specified by:
declaresInterface
in class CompilationState
implementsInterface
public byte implementsInterface(jq_Class klass,
jq_Class inter)
- Specified by:
implementsInterface
in class CompilationState
getOrCreateType
public jq_Type getOrCreateType(Utf8 desc)
- Specified by:
getOrCreateType
in class CompilationState
Copyright © 2001-2008 John Whaley. All Rights Reserved.