Метод | Описание | |
---|---|---|
GetArithmeticOperator ( ) : ArithmeticOperator | ||
GetPrecedence ( ) : int | ||
IsLeftAssociative ( ) : bool | ||
IsOperand ( ) : bool | ||
IsOperator ( ) : bool | ||
Token ( TokenType type, object value ) : System |
public GetArithmeticOperator ( ) : ArithmeticOperator | ||
Результат | ArithmeticOperator |
public Token ( TokenType type, object value ) : System | ||
type | TokenType | |
value | object | |
Результат | System |