org.eclipse.emf.mwe.core.debug.model
Class SyntaxElement

java.lang.Object
  extended by org.eclipse.emf.mwe.core.debug.model.SyntaxElement

public class SyntaxElement
extends java.lang.Object

Transfer object class for syntax element description in a normalized form.


Field Summary
 java.lang.String containerName
           
 java.lang.String elementName
           
 int end
           
 int frameId
           
 int line
           
 java.lang.String resource
           
 int start
           
 java.lang.String type
           
 boolean visible
           
 
Constructor Summary
SyntaxElement()
           
 
Method Summary
 boolean equalsBP(SyntaxElement se)
           
 void readContent(java.io.DataInputStream in)
           
 void writeContent(java.io.DataOutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resource

public java.lang.String resource

start

public int start

end

public int end

line

public int line

frameId

public int frameId

containerName

public java.lang.String containerName

elementName

public java.lang.String elementName

type

public java.lang.String type

visible

public boolean visible
Constructor Detail

SyntaxElement

public SyntaxElement()
Method Detail

readContent

public void readContent(java.io.DataInputStream in)
                 throws java.io.IOException
Throws:
java.io.IOException

writeContent

public void writeContent(java.io.DataOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

equalsBP

public boolean equalsBP(SyntaxElement se)