C# Класс AjScript.Tests.Interpreter.LexerTests

Показать файл Открыть проект

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

Метод Описание
ParseInteger ( ) : void
ParseIntegerWithDotAndName ( ) : void
ParseIntegerWithSpaces ( ) : void
ParseName ( ) : void
ParseNameTokens ( string text ) : void
ParseNegativeInteger ( ) : void
ParseOperators ( ) : void
ParseQuotedString ( ) : void
ParseReal ( ) : void
ParseRealWithSpaces ( ) : void
ParseSeparators ( ) : void
ParseString ( ) : void
ParseStringWithEscapedChar ( ) : void
ParseStringWithEscapedChars ( ) : void
ParseToken ( string text, TokenType type, string value ) : void
ParseTokens ( string text, TokenType type ) : void
ParseWithLineComment ( ) : void
ParseWithMultiLineComment ( ) : void
ParseWithMultiLinesComment ( ) : void
PushToken ( ) : void
PushTwoToken2 ( ) : void