Uses of Class
joeq.Compiler.BytecodeAnalysis.LiveRefAnalysis.ExactState

Packages that use LiveRefAnalysis.ExactState
joeq.Compiler.BytecodeAnalysis   
 

Uses of LiveRefAnalysis.ExactState in joeq.Compiler.BytecodeAnalysis
 

Subclasses of LiveRefAnalysis.ExactState in joeq.Compiler.BytecodeAnalysis
static class LiveRefAnalysis.ExactJSRState
           
 

Methods in joeq.Compiler.BytecodeAnalysis that return LiveRefAnalysis.ExactState
static LiveRefAnalysis.ExactState LiveRefAnalysis.ExactState.allocateEmptyState(jq_Method m)
           
static LiveRefAnalysis.ExactState LiveRefAnalysis.ExactState.allocateInitialState(jq_Method m)
           
 LiveRefAnalysis.ExactState LiveRefAnalysis.ExactJSRState.copy()
           
 LiveRefAnalysis.ExactState LiveRefAnalysis.ExactState.copy()
           
 LiveRefAnalysis.ExactState LiveRefAnalysis.ExactJSRState.copyHandler(jq_Type t)
           
 LiveRefAnalysis.ExactState LiveRefAnalysis.ExactState.copyHandler(jq_Type t)
           
 LiveRefAnalysis.ExactState LiveRefAnalysis.ExactJSRState.copyJSR(LiveRefAnalysis.ExactJSRState jsr_state)
           
 LiveRefAnalysis.ExactState LiveRefAnalysis.ExactState.copyJSR(LiveRefAnalysis.ExactJSRState jsr_state)
           
 LiveRefAnalysis.ExactState LiveRefAnalysis.getState(BasicBlock bb)
           
 

Methods in joeq.Compiler.BytecodeAnalysis with parameters of type LiveRefAnalysis.ExactState
 boolean LiveRefAnalysis.ExactState.compareLiveness(LiveRefAnalysis.ExactState that)
           
 boolean LiveRefAnalysis.ExactJSRState.merge(LiveRefAnalysis.ExactState that)
           
 boolean LiveRefAnalysis.ExactState.merge(LiveRefAnalysis.ExactState that)
           
 boolean LiveRefAnalysis.ExactJSRState.mergeBeforeJSR(LiveRefAnalysis.ExactState that)
           
 boolean LiveRefAnalysis.ExactState.mergeJSR(LiveRefAnalysis.ExactState that, LiveRefAnalysis.ExactJSRState jsr_state)
           
 boolean LiveRefAnalysis.ExactState.mergeLiveness(LiveRefAnalysis.ExactState that)
           
 boolean LiveRefAnalysis.ExactJSRState.mergeWithHandler(LiveRefAnalysis.ExactState that)
           
 boolean LiveRefAnalysis.ExactState.mergeWithHandler(LiveRefAnalysis.ExactState that)
           
 



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