Arithmetica.Tokenization.Token.IsLeftAssociative C# (CSharp) Méthode

IsLeftAssociative() public méthode

public IsLeftAssociative ( ) : bool
Résultat bool
        public bool IsLeftAssociative()
        {
            return _type != TokenType.Exponentiation && _type != TokenType.Negation;
        }