Jode 1.90-CVS
Build Aug 6, 2004

net.sf.jode.decompiler
Interface Declarable

All Known Implementing Classes:
ClassAnalyzer, LocalInfo

public interface Declarable

This is the interface for objects, that a method can declare


Method Summary
 void dumpDeclaration(TabbedPrintWriter writer)
           
 java.lang.String getName()
          Get the name of this declarable.
 void makeNameUnique()
          Set the name of this local.
 

Method Detail

getName

public java.lang.String getName()
Get the name of this declarable.


makeNameUnique

public void makeNameUnique()
Set the name of this local.


dumpDeclaration

public void dumpDeclaration(TabbedPrintWriter writer)
                     throws java.io.IOException
Throws:
java.io.IOException

Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.