File mu/LexDoc


class mu.LexDoc

Inherits

State supers
gps.SkeletonLexer, ParseDocDefines, mu

instance mu.LexDoc

variables

tom.String string;
The string we are lexing.
int next;
The next character to lex.
int length;
The cached length of the string.

methods

id
  initWithFilename tom.String name
              line int line
               doc tom.String doc;
This is the designated initializer. It may be called repeatedly to re-initialize this lexer.

int
  nextToken;
Return the next token.


Generated by tm 1.01.