Tables

A collection of tables used by the Lexer and other classes.

Constructors

this
this(bool[cstring] options = null)

Contructs a Tables object.

Members

Variables

classes
ClassTable classes;

Special classes.

idents
IdTable idents;

Alias to lxtables.idents.

lxtables
LexerTables lxtables;

Tables for the Lexer.

types
TypeTable types;

A table for D types.

Meta