stack trace work

This commit is contained in:
Joel Dice
2007-06-29 20:39:01 -06:00
parent c34ee64988
commit b8e009075c
8 changed files with 96 additions and 7 deletions

View File

@ -0,0 +1,8 @@
package java.lang;
public class StackTraceElement {
private Object method;
private int ip;
private StackTraceElement() { }
}