Method | Description | |
---|---|---|
Evaluate ( ) : bool | ||
Matches ( string instruction ) : bool |
Method | Description | |
---|---|---|
Evaluate ( object left, object right ) : bool | ||
Evaluation ( string operatorTerm ) : System.Collections.Generic |
Method | Description | |
---|---|---|
GetTerm ( string termString ) : object |
protected abstract Evaluate ( object left, object right ) : bool | ||
left | object | |
right | object | |
return | bool |
protected Evaluation ( string operatorTerm ) : System.Collections.Generic | ||
operatorTerm | string | |
return | System.Collections.Generic |