C# 클래스 IronRuby.Compiler.Ast.RegularExpression

상속: Expression, StringConstructor.IFactory
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
RegularExpression ( List pattern, RubyRegexOptions options, Microsoft.Scripting.SourceSpan location ) : System
RegularExpression ( List pattern, RubyRegexOptions options, bool isCondition, Microsoft.Scripting.SourceSpan location ) : System

비공개 메소드들

메소드 설명
StringConstructor ( AstGenerator gen, IEnumerable args ) : Expression
StringConstructor ( AstGenerator gen, MSAst args ) : Expression
StringConstructor ( AstGenerator gen, byte literal, IronRuby.Builtins.RubyEncoding encoding ) : Expression
StringConstructor ( AstGenerator gen, string literal, IronRuby.Builtins.RubyEncoding encoding ) : Expression
ToCondition ( LexicalScope currentScope ) : Expression
TransformRead ( AstGenerator gen ) : Expression

메소드 상세

RegularExpression() 공개 메소드

public RegularExpression ( List pattern, RubyRegexOptions options, Microsoft.Scripting.SourceSpan location ) : System
pattern List
options RubyRegexOptions
location Microsoft.Scripting.SourceSpan
리턴 System

RegularExpression() 공개 메소드

public RegularExpression ( List pattern, RubyRegexOptions options, bool isCondition, Microsoft.Scripting.SourceSpan location ) : System
pattern List
options RubyRegexOptions
isCondition bool
location Microsoft.Scripting.SourceSpan
리턴 System