MetaTF.Runtime
Class Comment
java.lang.Object
|
+--MetaTF.Runtime.Record
|
+--MetaTF.Runtime.Comment
- public class Comment
- extends Record
Thic class represents comments in a MetaTF trace file
- Version:
- rel-1-2 ($Revision: 1.1 $, $Date: 2000/12/15 16:35:32 $),
- Author:
- Richard Jones
Constructor Summary |
Comment()
Allocate a new object representing a comment |
Comment(java.lang.String text)
Allocate a new object representing a comment |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sectionNumber
public static final int sectionNumber
TAG
public static final int TAG
tag
public static final char tag
TEXT
public static final int TEXT
text
public java.lang.String text
Comment
public Comment()
- Allocate a new object representing a comment
Comment
public Comment(java.lang.String text)
- Allocate a new object representing a comment
putRecord
public void putRecord(LowLevelWriter llw)
throws java.io.IOException
- Write a comment record
- Overrides:
putRecord
in class Record
- Throws:
java.io.IOException
- IF write fails
Copyright © 2001 - Richard Jones MetaTF