This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

patch: add four simple methods


ChangeLog entry

        * InnerClassesAttr.java (getClassNames): new method allows other
        programs to get inner class names and their proper access string.
        * Variable.java (getOffset): new method allows program to determine
        slot in LocalVariableTable.
        * Variable.java (getStartPC): new method allows program to determine
        the pc value for a variable.
        * Variable.java (getEndPC): new method allows program to determine
        the length of a variable

Brian
-- 
Brian Jones <cbj@gnu.org>
http://www.haphazard.org/~cbj/

Attachment: diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]