cp-tools ./ChangeLog src/gnu/bytecode/InnerClas...

[email protected] Wed, 18 Dec 2002 00:53:40 -0500
Newsgroups gmane.comp.java.classpath.tools.cvs
Message-ID <[email protected]>
CVSROOT:	/cvsroot/cp-tools
Module name:	cp-tools
Changes by:	Brian Jones <[email protected]>	02/12/18 00:53:39

Modified files:
	.              : ChangeLog 
	src/gnu/bytecode: InnerClassesAttr.java Variable.java 
Added files:
	.              : build.xml 

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

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/cp-tools/cp-tools/build.xml?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/cp-tools/cp-tools/ChangeLog.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/cp-tools/cp-tools/src/gnu/bytecode/InnerClassesAttr.java.diff?tr1=1.1.1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/cp-tools/cp-tools/src/gnu/bytecode/Variable.java.diff?tr1=1.1.1.1&tr2=1.2&r1=text&r2=text