net.sf.tomp.pp
Class CharReader

java.lang.Object
  extended bynet.sf.tomp.pp.CharReader

public class CharReader
extends java.lang.Object

Author:
tomp

Constructor Summary
CharReader(java.lang.String s)
           
 
Method Summary
 char at()
           
 char at(int i)
           
 boolean eof()
           
 int index()
           
 char next()
           
 char nextNonspace(char c)
           
 char pushback()
           
 java.lang.String substring(int textBegin, int textEnd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharReader

public CharReader(java.lang.String s)
Method Detail

next

public char next()

at

public char at()

at

public char at(int i)

eof

public boolean eof()

nextNonspace

public char nextNonspace(char c)

index

public int index()

pushback

public char pushback()

substring

public java.lang.String substring(int textBegin,
                                  int textEnd)


Copyright © 2004 Masaryk University in Brno, Faculty of Informatics, Czech Republic. All Rights Reserved.