|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassAnalyzer | |
net.sf.jode.decompiler | |
net.sf.jode.expr | |
net.sf.jode.flow |
Uses of ClassAnalyzer in net.sf.jode.decompiler |
Methods in net.sf.jode.decompiler that return ClassAnalyzer | |
ClassAnalyzer |
FieldAnalyzer.getClassAnalyzer()
|
ClassAnalyzer |
MethodAnalyzer.getClassAnalyzer()
Get the class analyzer for the class containing this method. |
ClassAnalyzer |
MethodAnalyzer.findAnonClass(java.lang.String name)
Checks if a method scoped class with the given name exists in this method (not in a parent method). |
ClassAnalyzer |
MethodAnalyzer.getClassAnalyzer(ClassInfo cinfo)
Get the class analyzer for the given class info. |
ClassAnalyzer |
ClassDeclarer.getClassAnalyzer(ClassInfo ci)
Get the class analyzer for the given anonymous class info. |
ClassAnalyzer |
ClassAnalyzer.getClassAnalyzer(ClassInfo cinfo)
Get the class analyzer for the given class info. |
ClassAnalyzer |
ClassAnalyzer.getInnerClassAnalyzer(java.lang.String name)
Get the class analyzer for the given inner class. |
Methods in net.sf.jode.decompiler with parameters of type ClassAnalyzer | |
void |
MethodAnalyzer.addClassAnalyzer(ClassAnalyzer clazzAna)
|
void |
ClassDeclarer.addClassAnalyzer(ClassAnalyzer classAna)
|
void |
ClassAnalyzer.addClassAnalyzer(ClassAnalyzer clazzAna)
|
Constructors in net.sf.jode.decompiler with parameters of type ClassAnalyzer | |
FieldAnalyzer(ClassAnalyzer cla,
FieldInfo fd,
ImportHandler i)
|
|
MethodAnalyzer(ClassAnalyzer cla,
MethodInfo minfo,
ImportHandler imports)
This is the default constructor. |
|
OuterValues(ClassAnalyzer ca,
Expression[] head)
|
Uses of ClassAnalyzer in net.sf.jode.expr |
Methods in net.sf.jode.expr that return ClassAnalyzer | |
ClassAnalyzer |
InvokeOperator.getClassAnalyzer()
Tries to locate the class analyzer for the callee class. |
Uses of ClassAnalyzer in net.sf.jode.flow |
Constructors in net.sf.jode.flow with parameters of type ClassAnalyzer | |
TransformConstructors(ClassAnalyzer clazzAnalyzer,
boolean isStatic,
MethodAnalyzer[] cons)
|
|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |