|
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...
|
|
◆ Contains()
static bool Language.Lua.OperTable.Contains |
( |
string |
oper | ) |
|
|
static |
Whether the input text is an operator or not
- Parameters
-
- Returns
◆ IsPrior()
static bool Language.Lua.OperTable.IsPrior |
( |
string |
operLeft, |
|
|
string |
operRight |
|
) |
| |
|
static |
whether operLeft has higher precedence than operRight
- Parameters
-
- Returns
The documentation for this class was generated from the following file:
- D:/Documents/Unity Projects/Dialogue System/Dev/Source/Assets/Dialogue System/Scripts/Lua Interpreter/Expr/OperTable.cs