Uses of Class
joeq.Compiler.CompilationState

Packages that use CompilationState
joeq.Compiler   
joeq.Compiler.BytecodeAnalysis   
joeq.Compiler.Quad   
 

Uses of CompilationState in joeq.Compiler
 

Subclasses of CompilationState in joeq.Compiler
static class CompilationState.BootstrapCompilation
           
static class CompilationState.DynamicCompilation
           
static class CompilationState.StaticCompilation
           
 

Fields in joeq.Compiler declared as CompilationState
static CompilationState CompilationState.DEFAULT
          Default compilation state object.
 

Uses of CompilationState in joeq.Compiler.BytecodeAnalysis
 

Fields in joeq.Compiler.BytecodeAnalysis declared as CompilationState
protected  CompilationState BytecodeVisitor.state
           
 

Constructors in joeq.Compiler.BytecodeAnalysis with parameters of type CompilationState
BytecodeVisitor(CompilationState state, jq_Method method)
          Creates new BytecodeVisitor
 

Uses of CompilationState in joeq.Compiler.Quad
 

Constructors in joeq.Compiler.Quad with parameters of type CompilationState
BytecodeToQuad(CompilationState state, jq_Method method)
          Initializes the conversion from bytecode to quad format for the given method.
 



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