C# Class Microsoft.R.Core.AST.Operators.TokenOperator

Inheritance: Operator
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode Description
GetOperatorType ( string text ) : OperatorType
Parse ( ParseContext context, IAstNode parent ) : bool
ToString ( ) : string
TokenOperator ( OperatorType operatorType, bool unary ) : System.Diagnostics
TokenOperator ( bool firstInExpression ) : System.Diagnostics

Method Details

GetOperatorType() public static méthode

public static GetOperatorType ( string text ) : OperatorType
text string
Résultat OperatorType

Parse() public méthode

public Parse ( ParseContext context, IAstNode parent ) : bool
context Microsoft.R.Core.Parser.ParseContext
parent IAstNode
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

TokenOperator() public méthode

public TokenOperator ( OperatorType operatorType, bool unary ) : System.Diagnostics
operatorType OperatorType
unary bool
Résultat System.Diagnostics

TokenOperator() public méthode

public TokenOperator ( bool firstInExpression ) : System.Diagnostics
firstInExpression bool
Résultat System.Diagnostics