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