Uses of Interface
joeq.Compiler.CompilationConstants

Packages that use CompilationConstants
joeq.Class   
joeq.Compiler   
joeq.Compiler.BytecodeAnalysis   
joeq.Compiler.Quad   
joeq.Runtime   
 

Uses of CompilationConstants in joeq.Class
 

Classes in joeq.Class that implement CompilationConstants
 class jq_Class
          jq_Class
 

Uses of CompilationConstants in joeq.Compiler
 

Classes in joeq.Compiler that implement CompilationConstants
 class CompilationState
          CompilationState
static class CompilationState.BootstrapCompilation
           
static class CompilationState.DynamicCompilation
           
static class CompilationState.StaticCompilation
           
 

Uses of CompilationConstants in joeq.Compiler.BytecodeAnalysis
 

Classes in joeq.Compiler.BytecodeAnalysis that implement CompilationConstants
 class BytecodeVisitor
           
 class CallTargets
           
static class CallTargets.NoCallTarget
           
static class CallTargets.SingleCallTarget
           
static class ControlFlowGraph.InitialPass
          Visitor to perform the initial pass over the bytecode.
 class LiveRefAnalysis.FirstPassVisitor
           
 class LiveRefAnalysis.SecondPassVisitor
           
 class ModRefAnalysis
          Simple mod/ref analysis.
 class StackDepthVisitor
          A simple visitor that keeps track of the bytecode stack depth.
 

Uses of CompilationConstants in joeq.Compiler.Quad
 

Classes in joeq.Compiler.Quad that implement CompilationConstants
 class BytecodeToQuad
          Converts stack-based Java bytecode to Quad intermediate format.
 

Uses of CompilationConstants in joeq.Runtime
 

Classes in joeq.Runtime that implement CompilationConstants
 class TypeCheck
          Implements Java type checking.
 



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