org.openarchitectureware.debug.model
Class SyntaxElementTO
java.lang.Object
org.openarchitectureware.debug.model.SyntaxElementTO
public class SyntaxElementTO
- extends java.lang.Object
Transfer object class for syntax element description in a normalized form.
- Author:
- Clemens Kadura (zAJKa)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SyntaxElementTO
public SyntaxElementTO()
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(SyntaxElementTO se)