C# Class IronRuby.Compiler.Ast.RegularExpressionCondition

Inheritance: Expression
Datei anzeigen Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
RegularExpressionCondition ( RegularExpression regex ) : System

Private Methods

Method Description
TransformRead ( AstGenerator gen ) : Expression

Method Details

RegularExpressionCondition() public method

public RegularExpressionCondition ( RegularExpression regex ) : System
regex RegularExpression
return System