Index

A C E G L M R S 
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
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
 

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
 
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.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
 
A C E G L M R S 
All Classes and Interfaces|All Packages