C# Class ExpressionToCodeLib.Internal.ExpressionPrecedence

ファイルを表示 Open project: EamonNerbonne/ExpressionToCode

Public Methods

Method Description
Rank ( ExpressionType exprType ) : int
TokenizerConfusable ( ExpressionType a, ExpressionType b ) : bool

Private Methods

Method Description
UnaryDashSym ( ExpressionType et ) : bool
UnaryPlusSym ( ExpressionType et ) : bool

Method Details

Rank() public static method

public static Rank ( ExpressionType exprType ) : int
exprType ExpressionType
return int

TokenizerConfusable() public static method

public static TokenizerConfusable ( ExpressionType a, ExpressionType b ) : bool
a ExpressionType
b ExpressionType
return bool