Method | Description | |
---|---|---|
GetOperatorType ( string text ) : OperatorType | ||
Parse ( |
||
ToString ( ) : string | ||
TokenOperator ( OperatorType operatorType, bool unary ) : System.Diagnostics | ||
TokenOperator ( bool firstInExpression ) : System.Diagnostics |
public static GetOperatorType ( string text ) : OperatorType | ||
text | string | |
return | OperatorType |
public Parse ( |
||
context | ||
parent | IAstNode | |
return | bool |
public TokenOperator ( OperatorType operatorType, bool unary ) : System.Diagnostics | ||
operatorType | OperatorType | |
unary | bool | |
return | System.Diagnostics |
public TokenOperator ( bool firstInExpression ) : System.Diagnostics | ||
firstInExpression | bool | |
return | System.Diagnostics |