All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class berkeley.cs.dmc.dmod.StringCharStream

java.lang.Object
   |
   +----berkeley.cs.dmc.dmod.StringCharStream

public class StringCharStream
extends Object
implements CharStream

Constructor Index

 o StringCharStream(String)

Method Index

 o backup(int)
 o BeginToken()
 o Done()
 o getBeginColumn()
 o getBeginLine()
 o getColumn()
 o getEndColumn()
 o getEndLine()
 o GetImage()
 o getLine()
 o GetSuffix(int)
 o readChar()

Constructors

 o StringCharStream
 public StringCharStream(String str)

Methods

 o readChar
 public char readChar() throws EOFException
 o getColumn
 public int getColumn()
 o getLine
 public int getLine()
 o getEndColumn
 public int getEndColumn()
 o getEndLine
 public int getEndLine()
 o getBeginColumn
 public int getBeginColumn()
 o getBeginLine
 public int getBeginLine()
 o backup
 public void backup(int amount)
 o BeginToken
 public char BeginToken() throws IOException
 o GetImage
 public String GetImage()
 o GetSuffix
 public char[] GetSuffix(int len)
 o Done
 public void Done()

All Packages  Class Hierarchy  This Package  Previous  Next  Index