Class DSource

Inherits from:
Object
Declared in:
DSource.h

Class Hierarchy

    Object
      |
      +---DSource

Class Description

The DSource class is used by the class DLexer and the class DTokenizer for storing the relevant info of the source for the lexer c.q. tokenizer. By storing the objects in a list, a stack of sources can be implemented.

Last modified:
23-Jul-2006 (DSource.h)

Instance Variables

private id <DTextReadable> _source
the reference to the source (file)
private DText *_name
the name of the source (file)
private DText *_line
the read line
private int _lineNr
the line number
private int _columnNr
the column number
private int _scanned
the scanned part of _line

Method Index


generated 25-Jul-2006 by ObjcDoc 3.0.0