noope.input
Class StringBlockReaderLocation

java.lang.Object
  |
  +--noope.input.BlockReaderLocation
        |
        +--noope.input.StringBlockReaderLocation

public class StringBlockReaderLocation
extends BlockReaderLocation

Class used to hold some identification of a position in the StringBlockReader. Can be converted to a full context using its or the StringBlockReader's method.

Version:
June 2001
Author:
Paul Evans

Method Summary
 BlockReaderContext convertToContext()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

convertToContext

public BlockReaderContext convertToContext()
Overrides:
convertToContext in class BlockReaderLocation