com.jeffpalm.decompiler
Interface Attribute

All Superinterfaces:
Dumpable
All Known Subinterfaces:
LineNumberTableAttribute, LocalVariableTableAttribute, SourceFileAttribute

public interface Attribute
extends Dumpable


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.jeffpalm.decompiler.Dumpable
Dumpable.Helper
 
Field Summary
 
Fields inherited from interface com.jeffpalm.decompiler.Dumpable
HELPER
 
Method Summary
 long length()
           
 java.lang.String name()
           
 java.lang.String toString(ClassFile cf)
           
 
Methods inherited from interface com.jeffpalm.decompiler.Dumpable
dumpTo
 

Method Detail

toString

java.lang.String toString(ClassFile cf)

name

java.lang.String name()

length

long length()