C# Class Boo.Lang.Parser.Tests.BooParserTestCase

Datei anzeigen Open project: boo/boo-lang

Public Methods

Method Description
EnsureClosureEndSourceLocation ( string code, int line, int column ) : void

Private Methods

Method Description
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

Method Details

EnsureClosureEndSourceLocation() public method

public EnsureClosureEndSourceLocation ( string code, int line, int column ) : void
code string
line int
column int
return void