Package org.fife.rsta.ac.java.classreader
Classes that help you parse and model a class file's contents.
-
Interface Summary Interface Description AccessFlags Class/interface access flag masks. -
Class Summary Class Description ClassFile Class representing aClassFilestructure.ExceptionTableEntry An entry in the exception table of aCodeattribute.FieldInfo Represents a "field_info" structure as defined by the Java VM spec.Frame AFramecontains information on a method being decompiled, similar to a Frame as defined in 3.6 of the JVM spec.Frame.LocalVarInfo Information about a local variable.MemberInfo Base class for information about members (fields and methods).MethodInfo Implementation of the "method_info" structure as defined in the JVM specification.Util Utility methods for this package.