Index
All Classes and Interfaces|All Packages
A
- Average - Class in me.hsgamer.hscore.expression.number
-
Calculate the average number
Ex: AVG(1, 2, 3, 4, 5) - Average() - Constructor for class me.hsgamer.hscore.expression.number.Average
C
- compare(String, String) - Method in class me.hsgamer.hscore.expression.string.Contains
- compare(String, String) - Method in class me.hsgamer.hscore.expression.string.EndsWith
- compare(String, String) - Method in class me.hsgamer.hscore.expression.string.Equals
- compare(String, String) - Method in class me.hsgamer.hscore.expression.string.EqualsIgnoreCase
- compare(String, String) - Method in class me.hsgamer.hscore.expression.string.MatchPattern
- compare(String, String) - Method in class me.hsgamer.hscore.expression.string.StartsWith
- compare(String, String) - Method in class me.hsgamer.hscore.expression.StringComparator
-
Compare the two strings
- Contains - Class in me.hsgamer.hscore.expression.string
-
Check if the 1st string contains the 2nd string
Ex: STRCT("this", "is") - Contains() - Constructor for class me.hsgamer.hscore.expression.string.Contains
- createExpression(String) - Static method in class me.hsgamer.hscore.expression.ExpressionUtils
-
Create an expression
E
- EndsWith - Class in me.hsgamer.hscore.expression.string
-
Check if the 1st string ends with the 2nd string
Ex: STREDW("String", "ing") - EndsWith() - Constructor for class me.hsgamer.hscore.expression.string.EndsWith
- Equals - Class in me.hsgamer.hscore.expression.string
-
Check if the 1st string is the same as the 2nd string
Ex: STREQ("str1", "str1") - Equals() - Constructor for class me.hsgamer.hscore.expression.string.Equals
- EqualsIgnoreCase - Class in me.hsgamer.hscore.expression.string
-
Check if the 1st string is the same as the 2nd string (case-insensitive)
Ex: STREQIC("Str1", "str1") - EqualsIgnoreCase() - Constructor for class me.hsgamer.hscore.expression.string.EqualsIgnoreCase
- evaluate(Expression, Token, EvaluationValue...) - Method in class me.hsgamer.hscore.expression.number.Average
- evaluate(Expression, Token, EvaluationValue...) - Method in class me.hsgamer.hscore.expression.string.Length
- evaluate(Expression, Token, EvaluationValue...) - Method in class me.hsgamer.hscore.expression.StringComparator
- evaluate(String) - Static method in class me.hsgamer.hscore.expression.ExpressionUtils
-
Evaluate the expression
- evaluate(String, Map<String, Object>) - Static method in class me.hsgamer.hscore.expression.ExpressionUtils
-
Evaluate the expression
- evaluateSafe(String) - Static method in class me.hsgamer.hscore.expression.ExpressionUtils
-
Evaluate the expression
- evaluateSafe(String, Map<String, Object>) - Static method in class me.hsgamer.hscore.expression.ExpressionUtils
-
Evaluate the expression
- ExpressionUtils - Class in me.hsgamer.hscore.expression
-
The expression manager
G
- getExpressionConfiguration() - Static method in class me.hsgamer.hscore.expression.ExpressionUtils
-
Get the expression configuration
L
- Length - Class in me.hsgamer.hscore.expression.string
-
Get the length of the string
Ex: STRLEN("Hello World") - Length() - Constructor for class me.hsgamer.hscore.expression.string.Length
M
- MatchPattern - Class in me.hsgamer.hscore.expression.string
-
Check if the 1st string matches the RegEx pattern from the 2nd string
Ex: STRMP("String", "String-?") - MatchPattern() - Constructor for class me.hsgamer.hscore.expression.string.MatchPattern
- me.hsgamer.hscore.expression - package me.hsgamer.hscore.expression
-
Contains the classes to work with expressions in EzyLang's EvalEx
- me.hsgamer.hscore.expression.number - package me.hsgamer.hscore.expression.number
-
Contains the operations and functions on numbers
- me.hsgamer.hscore.expression.string - package me.hsgamer.hscore.expression.string
-
Contains the implementation of
StringComparator
R
- registerFunction(String, FunctionIfc) - Static method in class me.hsgamer.hscore.expression.ExpressionUtils
-
Register a function
- registerOperator(String, OperatorIfc) - Static method in class me.hsgamer.hscore.expression.ExpressionUtils
-
Register an operator
S
- StartsWith - Class in me.hsgamer.hscore.expression.string
-
Check if the 1st string starts with the 2nd string
Ex: STRSTW("String", "Str") - StartsWith() - Constructor for class me.hsgamer.hscore.expression.string.StartsWith
- StringComparator - Class in me.hsgamer.hscore.expression
-
The String Comparator
- StringComparator() - Constructor for class me.hsgamer.hscore.expression.StringComparator
All Classes and Interfaces|All Packages