C# 클래스 IronRuby.Tests.TokenizerTestDriver

파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
DumpTokenDetail ( TextWriter output, IronRuby.Compiler.Tokenizer tokenizer, Tokens token ) : void
ParseArgs ( List args ) : bool
RunTests ( ) : int
TokenizerTestDriver ( RubyContext context ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

DumpTokenDetail() 공개 메소드

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

ParseArgs() 공개 메소드

public ParseArgs ( List args ) : bool
args List
리턴 bool

RunTests() 공개 메소드

public RunTests ( ) : int
리턴 int

TokenizerTestDriver() 공개 메소드

public TokenizerTestDriver ( RubyContext context ) : System
context RubyContext
리턴 System