org.eclipse.emf.mwe.internal.core.debug.communication.packages
Class EventPackageWithFrames

java.lang.Object
  extended by org.eclipse.emf.mwe.internal.core.debug.communication.packages.AbstractPackage
      extended by org.eclipse.emf.mwe.internal.core.debug.communication.packages.EventPackage
          extended by org.eclipse.emf.mwe.internal.core.debug.communication.packages.EventPackageWithFrames

public class EventPackageWithFrames
extends EventPackage

The packet to communicate an event from the runtime process together with the current stack frame information.


Field Summary
 int cleanStackLevel
           
 java.util.List<SyntaxElement> frames
           
 
Fields inherited from class org.eclipse.emf.mwe.internal.core.debug.communication.packages.EventPackage
event
 
Fields inherited from class org.eclipse.emf.mwe.internal.core.debug.communication.packages.AbstractPackage
id, refId
 
Constructor Summary
EventPackageWithFrames(int event)
           
 
Method Summary
 void readContent(java.io.DataInputStream in)
          fill the packet fields from the DataInputStream.
 java.lang.String toString()
           
 void writeContent(java.io.DataOutputStream out)
          write the packet fields content to the DataOutputStream.
 
Methods inherited from class org.eclipse.emf.mwe.internal.core.debug.communication.packages.AbstractPackage
getId, setNextId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cleanStackLevel

public int cleanStackLevel

frames

public java.util.List<SyntaxElement> frames
Constructor Detail

EventPackageWithFrames

public EventPackageWithFrames(int event)
Method Detail

readContent

public void readContent(java.io.DataInputStream in)
                 throws java.io.IOException
Description copied from class: AbstractPackage
fill the packet fields from the DataInputStream. Implementors have to make sure that the data content matches with the writeContent(out) method!!

Overrides:
readContent in class EventPackage
Parameters:
in - the DataInputStream
Throws:
java.io.IOException

writeContent

public void writeContent(java.io.DataOutputStream out)
                  throws java.io.IOException
Description copied from class: AbstractPackage
write the packet fields content to the DataOutputStream. Implementors have to make sure that the data content matches with the readContent(out) method!!

Overrides:
writeContent in class EventPackage
Parameters:
out - the DataOutputStream
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class EventPackage