Searched defs:StackFrame (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DStackFrame.java40 public final class StackFrame implements Serializable { class in inherits:Serializable
45 BeanInfo info = Introspector.getBeanInfo(StackFrame.class);
83 StackFrame(String f) method in class:StackFrame
110 * Compares the specified object with this {@code StackFrame} for
112 * object is also a {@code StackFrame} and both instances have the
116 * a {@code StackFrame} and both instances have the same
123 if (o instanceof StackFrame) {
124 StackFrame s = (StackFrame)o;

Completed in 19 milliseconds