Uses of Class
noope.input.BlockReaderContext

Packages that use BlockReaderContext
noope.input Classes related to data input. 
 

Uses of BlockReaderContext in noope.input
 

Subclasses of BlockReaderContext in noope.input
 class StringBlockReaderContext
          A class used to hold the full information about a position in the StringBlockReader.
 

Methods in noope.input that return BlockReaderContext
abstract  BlockReaderContext BlockReader.getContext(BlockReaderLocation loc)
          Converts a Location into a fully-qualified Context object.
 BlockReaderContext StringBlockReader.getContext(BlockReaderLocation loc)
           
 BlockReaderContext ArrayBlockReader.getContext(BlockReaderLocation loc)
           
abstract  BlockReaderContext BlockReaderLocation.convertToContext()
           
 BlockReaderContext StringBlockReaderLocation.convertToContext()
           
 BlockReaderContext BlockReaderLocationWithContext.convertToContext()
           
 

Constructors in noope.input with parameters of type BlockReaderContext
BlockReaderLocationWithContext(BlockReaderContext new_c)