C# Класс Boo.Lang.Parser.Tests.BooParserTestCase

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

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

Метод Описание
EnsureClosureEndSourceLocation ( string code, int line, int column ) : void

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

Метод Описание
Docstrings ( ) : void
StatementModifiersOnUnpackStatement ( ) : void
TestClass2 ( ) : void
TestEndSourceLocationForBlockClosures ( ) : void
TestEndSourceLocationForInlineClosures ( ) : void
TestEnum1 ( ) : void
TestForStmt1 ( ) : void
TestIfElse1 ( ) : void
TestInterface1 ( ) : void
TestNonSignificantWhitespaceRegions1 ( ) : void
TestParseExpression ( ) : void
TestProperties1 ( ) : void
TestRELiteral1 ( ) : void
TestRELiteral2 ( ) : void
TestRELiteral3 ( ) : void
TestSimple ( ) : void
TestSimpleClassFields ( ) : void
TestSimpleClassMethods ( ) : void
TestSimpleClasses ( ) : void
TestSimpleGlobalDefs ( ) : void
TestStaticMethod ( ) : void
TestStmtModifiers1 ( ) : void
TestStmtModifiers2 ( ) : void
TestUnpackStmt1 ( ) : void
TestWhileStmt1 ( ) : void
TestYieldStmt1 ( ) : void

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

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

public EnsureClosureEndSourceLocation ( string code, int line, int column ) : void
code string
line int
column int
Результат void