C# Class IronRuby.Tests.TokenizerTestDriver

显示文件 Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
DumpTokenDetail ( TextWriter output, IronRuby.Compiler.Tokenizer tokenizer, Tokens token ) : void
ParseArgs ( List args ) : bool
RunTests ( ) : int
TokenizerTestDriver ( RubyContext context ) : System

Private Methods

Method Description
Benchmark ( List files ) : void
Dump ( List files ) : void
DumpFile ( string path ) : void
DumpRegularExpressions ( SourceUnitTree ast ) : void
ScanDirs ( List files, string dir ) : void
WriteException ( string str ) : void

Method Details

DumpTokenDetail() public method

public DumpTokenDetail ( TextWriter output, IronRuby.Compiler.Tokenizer tokenizer, Tokens token ) : void
output System.IO.TextWriter
tokenizer IronRuby.Compiler.Tokenizer
token Tokens
return void

ParseArgs() public method

public ParseArgs ( List args ) : bool
args List
return bool

RunTests() public method

public RunTests ( ) : int
return int

TokenizerTestDriver() public method

public TokenizerTestDriver ( RubyContext context ) : System
context RubyContext
return System