Jode 1.90-CVS
Build Aug 6, 2004

Uses of Interface
net.sf.jode.decompiler.Scope

Packages that use Scope
net.sf.jode.decompiler   
 

Uses of Scope in net.sf.jode.decompiler
 

Classes in net.sf.jode.decompiler that implement Scope
 class ClassAnalyzer
           
 class MethodAnalyzer
          A method analyzer is the main class for analyzation of methods.
 

Methods in net.sf.jode.decompiler that return Scope
 Scope TabbedPrintWriter.getScope(java.lang.Object obj, int scopeType)
           
 

Methods in net.sf.jode.decompiler with parameters of type Scope
 void TabbedPrintWriter.pushScope(Scope scope)
           
 boolean TabbedPrintWriter.conflicts(java.lang.String name, Scope inScope, int context)
          Checks if the name in inScope conflicts with an identifier in a higher scope.
 


Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.