C# Class Arithmetica.Tokenization.Token

Afficher le fichier Open project: patriksvensson/arithmetica Class Usage Examples

Méthodes publiques

Méthode Description
GetArithmeticOperator ( ) : ArithmeticOperator
GetPrecedence ( ) : int
IsLeftAssociative ( ) : bool
IsOperand ( ) : bool
IsOperator ( ) : bool
Token ( TokenType type, object value ) : System

Method Details

GetArithmeticOperator() public méthode

public GetArithmeticOperator ( ) : ArithmeticOperator
Résultat ArithmeticOperator

GetPrecedence() public méthode

public GetPrecedence ( ) : int
Résultat int

IsLeftAssociative() public méthode

public IsLeftAssociative ( ) : bool
Résultat bool

IsOperand() public méthode

public IsOperand ( ) : bool
Résultat bool

IsOperator() public méthode

public IsOperator ( ) : bool
Résultat bool

Token() public méthode

public Token ( TokenType type, object value ) : System
type TokenType
value object
Résultat System