C# Класс QUT.GPGen.Lexers.ActionScanner.ActionScanner

Наследование: ActionBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ActionScanner System
ActionScanner System
BEGIN void
CheckLength void
CheckLengthWithKind void
CheckSpan void
ECHO void
ErrSpan LexSpan
GetCode void
GetMaxParseToken int
MarkEnd void
MarkToken void
MkBuffCtx BufferContext
NextState int
Recurse2 System.Result
RestoreBuffCtx void
RestoreStateAndPos void
SaveStateAndPos void
Scan int
SetSource void
SetSource void
SetSource void
SetSource void
_yytrunc void
yy_clear_stack void
yy_pop_state void
yy_push_state void
yy_top_state int
yyless void
yylex int

Открытые методы

Метод Описание
GetNext ( int &state, int &start, int &end ) : int

Приватные методы

Метод Описание
ActionScanner ( ) : System
ActionScanner ( Stream file ) : System
BEGIN ( int next ) : void
CheckLength ( string text ) : void
CheckLengthWithKind ( string text ) : void
CheckSpan ( int len, LexSpan span, ErrorHandler hdlr ) : void
ECHO ( ) : void
ErrSpan ( int len ) : LexSpan
GetCode ( ) : void
GetMaxParseToken ( ) : int
MarkEnd ( ) : void
MarkToken ( ) : void
MkBuffCtx ( ) : BufferContext
NextState ( ) : int
Recurse2 ( Context &ctx, int next ) : System.Result
RestoreBuffCtx ( BufferContext value ) : void
RestoreStateAndPos ( Context &ctx ) : void
SaveStateAndPos ( Context &ctx ) : void
Scan ( ) : int
SetSource ( IList source ) : void
SetSource ( Stream source ) : void
SetSource ( Stream source, int fallbackCodePage ) : void
SetSource ( string source, int offset ) : void
_yytrunc ( int n ) : void
yy_clear_stack ( ) : void
yy_pop_state ( ) : void
yy_push_state ( int state ) : void
yy_top_state ( ) : int
yyless ( int n ) : void
yylex ( ) : int

Описание методов

GetNext() публичный Метод

public GetNext ( int &state, int &start, int &end ) : int
state int
start int
end int
Результат int