TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.collection.threadanalyzer
Class StkEntry

java.lang.Object
  extended by org.eclipse.hyades.collection.threadanalyzer.StkEntry
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
StkEntryNative

public class StkEntry
extends java.lang.Object
implements java.io.Externalizable

See Also:
Serialized Form

Field Summary
 boolean _isNative
           
 int _lineno
           
 java.lang.String _method
           
 java.lang.String _module
           
 java.lang.String _pkg
           
 
Constructor Summary
StkEntry()
           
StkEntry(java.lang.String method, java.lang.String pkg, java.lang.String module, int lineno, boolean isNative)
           
 
Method Summary
 java.lang.String format(int indent)
           
 java.lang.String getFQName()
           
 void print(int indent)
           
 void readExternal(java.io.ObjectInput in)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_method

public java.lang.String _method

_pkg

public java.lang.String _pkg

_module

public java.lang.String _module

_lineno

public int _lineno

_isNative

public boolean _isNative
Constructor Detail

StkEntry

public StkEntry(java.lang.String method,
                java.lang.String pkg,
                java.lang.String module,
                int lineno,
                boolean isNative)

StkEntry

public StkEntry()
Method Detail

format

public java.lang.String format(int indent)

print

public void print(int indent)

getFQName

public java.lang.String getFQName()

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

TPTP 4.5.0 Platform Project
Public API Specification