C# Class IronRuby.Tests.TokenizerTestDriver.RegexDumper

Inheritance: IronRuby.Compiler.Ast.Walker
Show file Open project: jschementi/iron

Public Methods

Method Description
Enter ( RegularExpression node ) : bool
RegexDumper ( TextWriter regexLog ) : System

Method Details

Enter() public method

public Enter ( RegularExpression node ) : bool
node RegularExpression
return bool

RegexDumper() public method

public RegexDumper ( TextWriter regexLog ) : System
regexLog System.IO.TextWriter
return System