Language.Lua.OperTable Class Reference

Static Public Member Functions

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

Member Function Documentation

◆ Contains()

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

Whether the input text is an operator or not.

Parameters
oper
Returns

◆ IsPrior()

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

whether operLeft has higher precedence than operRight

Parameters
operLeft
operRight
Returns

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