com.jeffpalm.decompiler
Interface ClassFile

All Superinterfaces:
Dumpable
All Known Implementing Classes:
ClassFileImpl

public interface ClassFile
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
 ConstantPool constantPool()
           
 boolean isAbstract()
           
 boolean isFinal()
           
 boolean isInterface()
           
 boolean isPublic()
           
 boolean isSuper()
           
 java.lang.String name()
           
 
Methods inherited from interface com.jeffpalm.decompiler.Dumpable
dumpTo
 

Method Detail

isPublic

boolean isPublic()

isFinal

boolean isFinal()

isSuper

boolean isSuper()

isInterface

boolean isInterface()

isAbstract

boolean isAbstract()

name

java.lang.String name()

constantPool

ConstantPool constantPool()