Jode 1.90-CVS
Build Aug 6, 2004

Uses of Class
net.sf.jode.decompiler.MethodAnalyzer

Packages that use MethodAnalyzer
net.sf.jode.decompiler   
net.sf.jode.expr   
net.sf.jode.flow   
 

Uses of MethodAnalyzer in net.sf.jode.decompiler
 

Methods in net.sf.jode.decompiler that return MethodAnalyzer
 MethodAnalyzer ClassAnalyzer.getMethod(java.lang.String methodName, MethodType methodType)
           
 MethodAnalyzer LocalInfo.getMethodAnalyzer()
           
 

Methods in net.sf.jode.decompiler with parameters of type MethodAnalyzer
static void Opcodes.addOpcode(FlowBlock flow, Instruction instr, MethodAnalyzer ma)
          Converts an instruction to a StructuredBlock and appencs it to the flow block.
 void MethodAnalyzer.setJikesConstructor(MethodAnalyzer realConstr)
          Tells if this method is the constructor$xx method generated by jikes.
 

Constructors in net.sf.jode.decompiler with parameters of type MethodAnalyzer
LocalInfo(MethodAnalyzer method, int slot)
          Create a new local info.
 

Uses of MethodAnalyzer in net.sf.jode.expr
 

Methods in net.sf.jode.expr that return MethodAnalyzer
 MethodAnalyzer InvokeOperator.getMethodAnalyzer()
          Tries to locate the method analyzer for the callee.
 

Methods in net.sf.jode.expr with parameters of type MethodAnalyzer
 void LocalLoadOperator.setMethodAnalyzer(MethodAnalyzer ma)
           
 

Constructors in net.sf.jode.expr with parameters of type MethodAnalyzer
InvokeOperator(MethodAnalyzer methodAnalyzer, int methodFlag, Reference reference)
           
FieldOperator(MethodAnalyzer methodAnalyzer, boolean staticFlag, Reference ref)
           
PutFieldOperator(MethodAnalyzer methodAnalyzer, boolean staticFlag, Reference ref)
           
LocalLoadOperator(Type type, MethodAnalyzer methodAnalyzer, LocalInfo local)
           
GetFieldOperator(MethodAnalyzer methodAnalyzer, boolean staticFlag, Reference ref)
           
 

Uses of MethodAnalyzer in net.sf.jode.flow
 

Constructors in net.sf.jode.flow with parameters of type MethodAnalyzer
FlowBlock(MethodAnalyzer method, int blockNr, FlowBlock lastFlow)
          The default constructor.
TransformConstructors(ClassAnalyzer clazzAnalyzer, boolean isStatic, MethodAnalyzer[] cons)
           
 


Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.