Method | Description | |
---|---|---|
BuildExpression ( char input ) : IExpression |
Method | Description | |
---|---|---|
IsFollowedByOperator ( int startIndex, char characters ) : bool | ||
IsOperator ( char c ) : bool | ||
IsPrecededByOperator ( int startIndex, char characters ) : bool |
public BuildExpression ( char input ) : IExpression | ||
input | char | |
return | IExpression |