C# Class Refal.Runtime.PatternMatchHelper

Show file Open project: yallie/refal Class Usage Examples

Public Methods

Method Description
Match ( Refal.Runtime.PassiveExpression expression, Refal.Runtime.Pattern pattern ) : bool

Private Methods

Method Description
ClearBoundValues ( Refal.Runtime.Pattern pattern, int startFromIndex ) : void
CompareExpressions ( Refal.Runtime.PassiveExpression expression, int exIndex, Refal.Runtime.PassiveExpression varExpression ) : bool

Method Details

Match() public static method

public static Match ( Refal.Runtime.PassiveExpression expression, Refal.Runtime.Pattern pattern ) : bool
expression Refal.Runtime.PassiveExpression
pattern Refal.Runtime.Pattern
return bool