Language.Lua.OperTable Class Reference

Static Public Member Functions

static bool Contains (string oper)
 Whether the input text is an operator or not More...
 
static bool IsPrior (string operLeft, string operRight)
 whether operLeft has higher precedence than operRight More...
 

Member Function Documentation

◆ Contains()

static bool Language.Lua.OperTable.Contains ( string  oper)
static

Whether the input text is an operator or not

Parameters
oper
Returns

◆ IsPrior()

static bool Language.Lua.OperTable.IsPrior ( string  operLeft,
string  operRight 
)
static

whether operLeft has higher precedence than operRight

Parameters
operLeft
operRight
Returns

The documentation for this class was generated from the following file: