Index
All Classes and Interfaces|All Packages
A
- applyExpressionConfigurationModifier(ExpressionConfiguration) - Static method in class me.hsgamer.hscore.expression.ExpressionUtils
-
Apply the modifier to the expression configuration
C
- 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.StringComparator
-
Compare the two strings
E
- 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.string.Length
- evaluate(Expression, Token, EvaluationValue...) - Method in class me.hsgamer.hscore.expression.StringComparator
- ExpressionUtils - Class in me.hsgamer.hscore.expression
-
The expression manager
G
- getDefaultExpressionConfiguration() - Static method in class me.hsgamer.hscore.expression.ExpressionUtils
-
Get the default expression configuration
- getExpressionConfigurationModifier() - Static method in class me.hsgamer.hscore.expression.ExpressionUtils
-
Get the expression configuration modifier
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.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
- 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