com.dfki.peregrin.representation
Class CommentBit

java.lang.Object
  |
  +--com.dfki.peregrin.representation.RigidBit
        |
        +--com.dfki.peregrin.representation.CommentBit
All Implemented Interfaces:
PageBitInterface

public class CommentBit
extends RigidBit


Constructor Summary
CommentBit()
           
CommentBit(java.lang.String text)
           
 
Method Summary
 int length()
           
 int tagNo()
           
 
Methods inherited from class com.dfki.peregrin.representation.RigidBit
contentToString, contentToStringBuffer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentBit

public CommentBit()

CommentBit

public CommentBit(java.lang.String text)
Method Detail

length

public int length()
Overrides:
length in class RigidBit

tagNo

public int tagNo()
Overrides:
tagNo in class RigidBit