Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

DLGLexer Class Reference

#include <DLGLexer.h>

List of all members.

Public Types

typedef unsigned char DfaState

Public Methods

 DLGLexer (DLGInputStream *in, unsigned bufsize=2000)
void mode (int)
ANTLRTokenType nextTokenType (void)
void advance (void)

Static Public Attributes

const int MAX_MODE
const int DfaStates
const int START
const int COMMENTS
const int STRINGS

Protected Methods

ANTLRTokenType act1 ()
ANTLRTokenType act2 ()
ANTLRTokenType act3 ()
ANTLRTokenType act4 ()
ANTLRTokenType act5 ()
ANTLRTokenType act6 ()
ANTLRTokenType act7 ()
ANTLRTokenType act8 ()
ANTLRTokenType act9 ()
ANTLRTokenType act10 ()
ANTLRTokenType act11 ()
ANTLRTokenType act12 ()
ANTLRTokenType act13 ()
ANTLRTokenType act14 ()
ANTLRTokenType act15 ()
ANTLRTokenType act16 ()
ANTLRTokenType act17 ()
ANTLRTokenType act18 ()
ANTLRTokenType act19 ()
ANTLRTokenType act20 ()
ANTLRTokenType act21 ()
ANTLRTokenType act22 ()
ANTLRTokenType act23 ()
ANTLRTokenType act24 ()
ANTLRTokenType act25 ()
ANTLRTokenType act26 ()
ANTLRTokenType act27 ()
ANTLRTokenType act28 ()
ANTLRTokenType act29 ()
int ZZSHIFT (int c)

Static Protected Attributes

DfaState st0 [19]
DfaState st1 [19]
DfaState st2 [19]
DfaState st3 [19]
DfaState st4 [19]
DfaState st5 [19]
DfaState st6 [19]
DfaState st7 [19]
DfaState st8 [19]
DfaState st9 [19]
DfaState st10 [19]
DfaState st11 [19]
DfaState st12 [19]
DfaState st13 [19]
DfaState st14 [19]
DfaState st15 [19]
DfaState st16 [19]
DfaState st17 [19]
DfaState st18 [19]
DfaState st19 [19]
DfaState st20 [19]
DfaState st21 [19]
DfaState st22 [19]
DfaState st23 [19]
DfaState st24 [19]
DfaState st25 [19]
DfaState st26 [6]
DfaState st27 [6]
DfaState st28 [6]
DfaState st29 [6]
DfaState st30 [6]
DfaState st31 [6]
DfaState st32 [9]
DfaState st33 [9]
DfaState st34 [9]
DfaState st35 [9]
DfaState st36 [9]
DfaState st37 [9]
DfaState st38 [9]
DfaState st39 [9]
DfaState st40 [9]
DfaState st41 [9]
DfaState st42 [9]
DfaStatedfa [43]
DfaState dfa_base []
unsigned char * b_class_no []
DfaState accepts [44]
DLGChar alternatives [44]
ANTLRTokenType(DLGLexer::* actions [30])()
unsigned char shift0 [257]
unsigned char shift1 [257]
unsigned char shift2 [257]


Member Typedef Documentation

typedef unsigned char DLGLexer::DfaState
 

Definition at line 24 of file DLGLexer.h.


Constructor & Destructor Documentation

DLGLexer::DLGLexer DLGInputStream *    in,
unsigned    bufsize = 2000
[inline]
 

Definition at line 26 of file DLGLexer.h.

00028                 : DLGLexerBase(in, bufsize, 1)
00029         {
00030         ;
00031         }


Member Function Documentation

ANTLRTokenType DLGLexer::act1   [protected]
 

ANTLRTokenType DLGLexer::act10   [protected]
 

ANTLRTokenType DLGLexer::act11   [protected]
 

ANTLRTokenType DLGLexer::act12   [protected]
 

ANTLRTokenType DLGLexer::act13   [protected]
 

ANTLRTokenType DLGLexer::act14   [protected]
 

ANTLRTokenType DLGLexer::act15   [protected]
 

ANTLRTokenType DLGLexer::act16   [protected]
 

ANTLRTokenType DLGLexer::act17   [protected]
 

ANTLRTokenType DLGLexer::act18   [protected]
 

ANTLRTokenType DLGLexer::act19   [protected]
 

ANTLRTokenType DLGLexer::act2   [protected]
 

ANTLRTokenType DLGLexer::act20   [protected]
 

ANTLRTokenType DLGLexer::act21   [protected]
 

ANTLRTokenType DLGLexer::act22   [protected]
 

ANTLRTokenType DLGLexer::act23   [protected]
 

ANTLRTokenType DLGLexer::act24   [protected]
 

ANTLRTokenType DLGLexer::act25   [protected]
 

ANTLRTokenType DLGLexer::act26   [protected]
 

ANTLRTokenType DLGLexer::act27   [protected]
 

ANTLRTokenType DLGLexer::act28   [protected]
 

ANTLRTokenType DLGLexer::act29   [protected]
 

ANTLRTokenType DLGLexer::act3   [protected]
 

ANTLRTokenType DLGLexer::act4   [protected]
 

ANTLRTokenType DLGLexer::act5   [protected]
 

ANTLRTokenType DLGLexer::act6   [protected]
 

ANTLRTokenType DLGLexer::act7   [protected]
 

ANTLRTokenType DLGLexer::act8   [protected]
 

ANTLRTokenType DLGLexer::act9   [protected]
 

void DLGLexer::advance void   
 

void DLGLexer::mode int   
 

ANTLRTokenType DLGLexer::nextTokenType void   
 

int DLGLexer::ZZSHIFT int    c [inline, protected]
 

Definition at line 117 of file DLGLexer.h.

References b_class_no.

00117 { return b_class_no[automaton][1+c]; }


Member Data Documentation

DfaState DLGLexer::accepts[44] [static, protected]
 

Definition at line 111 of file DLGLexer.h.

ANTLRTokenType(DLGLexer::* DLGLexer::actions[30])() [static, protected]
 

DLGChar DLGLexer::alternatives[44] [static, protected]
 

Definition at line 112 of file DLGLexer.h.

unsigned char* DLGLexer::b_class_no[] [static, protected]
 

Definition at line 110 of file DLGLexer.h.

Referenced by ZZSHIFT().

const int DLGLexer::COMMENTS [static]
 

Definition at line 22 of file DLGLexer.h.

DfaState* DLGLexer::dfa[43] [static, protected]
 

Definition at line 108 of file DLGLexer.h.

DfaState DLGLexer::dfa_base[] [static, protected]
 

Definition at line 109 of file DLGLexer.h.

const int DLGLexer::DfaStates [static]
 

Definition at line 20 of file DLGLexer.h.

const int DLGLexer::MAX_MODE [static]
 

Definition at line 19 of file DLGLexer.h.

unsigned char DLGLexer::shift0[257] [static, protected]
 

Definition at line 114 of file DLGLexer.h.

unsigned char DLGLexer::shift1[257] [static, protected]
 

Definition at line 115 of file DLGLexer.h.

unsigned char DLGLexer::shift2[257] [static, protected]
 

Definition at line 116 of file DLGLexer.h.

DfaState DLGLexer::st0[19] [static, protected]
 

Definition at line 65 of file DLGLexer.h.

DfaState DLGLexer::st1[19] [static, protected]
 

Definition at line 66 of file DLGLexer.h.

DfaState DLGLexer::st10[19] [static, protected]
 

Definition at line 75 of file DLGLexer.h.

DfaState DLGLexer::st11[19] [static, protected]
 

Definition at line 76 of file DLGLexer.h.

DfaState DLGLexer::st12[19] [static, protected]
 

Definition at line 77 of file DLGLexer.h.

DfaState DLGLexer::st13[19] [static, protected]
 

Definition at line 78 of file DLGLexer.h.

DfaState DLGLexer::st14[19] [static, protected]
 

Definition at line 79 of file DLGLexer.h.

DfaState DLGLexer::st15[19] [static, protected]
 

Definition at line 80 of file DLGLexer.h.

DfaState DLGLexer::st16[19] [static, protected]
 

Definition at line 81 of file DLGLexer.h.

DfaState DLGLexer::st17[19] [static, protected]
 

Definition at line 82 of file DLGLexer.h.

DfaState DLGLexer::st18[19] [static, protected]
 

Definition at line 83 of file DLGLexer.h.

DfaState DLGLexer::st19[19] [static, protected]
 

Definition at line 84 of file DLGLexer.h.

DfaState DLGLexer::st2[19] [static, protected]
 

Definition at line 67 of file DLGLexer.h.

DfaState DLGLexer::st20[19] [static, protected]
 

Definition at line 85 of file DLGLexer.h.

DfaState DLGLexer::st21[19] [static, protected]
 

Definition at line 86 of file DLGLexer.h.

DfaState DLGLexer::st22[19] [static, protected]
 

Definition at line 87 of file DLGLexer.h.

DfaState DLGLexer::st23[19] [static, protected]
 

Definition at line 88 of file DLGLexer.h.

DfaState DLGLexer::st24[19] [static, protected]
 

Definition at line 89 of file DLGLexer.h.

DfaState DLGLexer::st25[19] [static, protected]
 

Definition at line 90 of file DLGLexer.h.

DfaState DLGLexer::st26[6] [static, protected]
 

Definition at line 91 of file DLGLexer.h.

DfaState DLGLexer::st27[6] [static, protected]
 

Definition at line 92 of file DLGLexer.h.

DfaState DLGLexer::st28[6] [static, protected]
 

Definition at line 93 of file DLGLexer.h.

DfaState DLGLexer::st29[6] [static, protected]
 

Definition at line 94 of file DLGLexer.h.

DfaState DLGLexer::st3[19] [static, protected]
 

Definition at line 68 of file DLGLexer.h.

DfaState DLGLexer::st30[6] [static, protected]
 

Definition at line 95 of file DLGLexer.h.

DfaState DLGLexer::st31[6] [static, protected]
 

Definition at line 96 of file DLGLexer.h.

DfaState DLGLexer::st32[9] [static, protected]
 

Definition at line 97 of file DLGLexer.h.

DfaState DLGLexer::st33[9] [static, protected]
 

Definition at line 98 of file DLGLexer.h.

DfaState DLGLexer::st34[9] [static, protected]
 

Definition at line 99 of file DLGLexer.h.

DfaState DLGLexer::st35[9] [static, protected]
 

Definition at line 100 of file DLGLexer.h.

DfaState DLGLexer::st36[9] [static, protected]
 

Definition at line 101 of file DLGLexer.h.

DfaState DLGLexer::st37[9] [static, protected]
 

Definition at line 102 of file DLGLexer.h.

DfaState DLGLexer::st38[9] [static, protected]
 

Definition at line 103 of file DLGLexer.h.

DfaState DLGLexer::st39[9] [static, protected]
 

Definition at line 104 of file DLGLexer.h.

DfaState DLGLexer::st4[19] [static, protected]
 

Definition at line 69 of file DLGLexer.h.

DfaState DLGLexer::st40[9] [static, protected]
 

Definition at line 105 of file DLGLexer.h.

DfaState DLGLexer::st41[9] [static, protected]
 

Definition at line 106 of file DLGLexer.h.

DfaState DLGLexer::st42[9] [static, protected]
 

Definition at line 107 of file DLGLexer.h.

DfaState DLGLexer::st5[19] [static, protected]
 

Definition at line 70 of file DLGLexer.h.

DfaState DLGLexer::st6[19] [static, protected]
 

Definition at line 71 of file DLGLexer.h.

DfaState DLGLexer::st7[19] [static, protected]
 

Definition at line 72 of file DLGLexer.h.

DfaState DLGLexer::st8[19] [static, protected]
 

Definition at line 73 of file DLGLexer.h.

DfaState DLGLexer::st9[19] [static, protected]
 

Definition at line 74 of file DLGLexer.h.

const int DLGLexer::START [static]
 

Definition at line 21 of file DLGLexer.h.

const int DLGLexer::STRINGS [static]
 

Definition at line 23 of file DLGLexer.h.


The documentation for this class was generated from the following file:
logo OpenMask

Documentation generated on Mon Nov 25 15:25:58 2002

Generated with doxygen 1.2.12 by Dimitri van Heesch ,   1997-2001