Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.pqt.autorib.rib
Class RIBBrace  view RIBBrace download RIBBrace.java

java.lang.Object
  extended byorg.pqt.autorib.rib.RIBRequest
      extended byorg.pqt.autorib.rib.RIBBrace
All Implemented Interfaces:
java.lang.Cloneable

public class RIBBrace
extends RIBRequest

A dummy RIB class to hold an opening or closing brace


Field Summary
 
Fields inherited from class org.pqt.autorib.rib.RIBRequest
deleted, preContent, requestID, requestName
 
Constructor Summary
RIBBrace(int tokentype)
           
 
Method Summary
 void read(org.pqt.autorib.tokenizer.Tokenizer in)
          read an RIB call and store it
 void writeOther(java.io.Writer out)
          This method is overridden by subclasses to allow them to actually do the writing out of the Request and associated parameters etc.
 
Methods inherited from class org.pqt.autorib.rib.RIBRequest
filteredWrite, filteredWritePreContent, prepend, prepend, readRequestName, write, writePreContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RIBBrace

public RIBBrace(int tokentype)
Method Detail

read

public void read(org.pqt.autorib.tokenizer.Tokenizer in)
          throws java.io.IOException,
                 org.pqt.autorib.tokenizer.FormatException
Description copied from class: RIBRequest
read an RIB call and store it

Specified by:
read in class RIBRequest

writeOther

public void writeOther(java.io.Writer out)
                throws java.io.IOException
Description copied from class: RIBRequest
This method is overridden by subclasses to allow them to actually do the writing out of the Request and associated parameters etc. It is called whenever any of the Write methods above are called.

Specified by:
writeOther in class RIBRequest