A B C D E F G I K L M N O P R S T U V W X 
All Classes All Packages

A

absolute(ExpressionValue, ExpressionValue) - Static method in class com.blackrook.expression.ExpressionValue
Absolute calculation.
ABSOLUTE - com.blackrook.expression.node.ExpressionDirectiveType
Absolute.
add(ExpressionValue, ExpressionValue, ExpressionValue) - Static method in class com.blackrook.expression.ExpressionValue
Add calculation.
ADD - com.blackrook.expression.node.ExpressionDirectiveType
Add.
addCaseInsensitiveKeyword(String, int) - Method in class com.blackrook.expression.struct.Lexer.Kernel
Adds a keyword to the Lexer, case-insensitive.
addCommentEndDelimiter(String, int) - Method in class com.blackrook.expression.struct.Lexer.Kernel
Adds a comment-ending delimiter to this lexer.
addCommentLineDelimiter(String, int) - Method in class com.blackrook.expression.struct.Lexer.Kernel
Adds a line comment delimiter to this lexer.
addCommentStartDelimiter(String, int) - Method in class com.blackrook.expression.struct.Lexer.Kernel
Adds a comment-starting delimiter to this lexer.
addDelimiter(String, int) - Method in class com.blackrook.expression.struct.Lexer.Kernel
Adds a delimiter to this lexer.
addKeyword(String, int) - Method in class com.blackrook.expression.struct.Lexer.Kernel
Adds a keyword to the Lexer, case-sensitive.
addRawStringDelimiter(char, char) - Method in class com.blackrook.expression.struct.Lexer.Kernel
Adds a raw string delimiter to this lexer along with its ending character.
addStringDelimiter(char, char) - Method in class com.blackrook.expression.struct.Lexer.Kernel
Adds a string delimiter to this lexer along with its ending character.
and(ExpressionValue, ExpressionValue, ExpressionValue) - Static method in class com.blackrook.expression.ExpressionValue
Bitwise And calculation.
AND - com.blackrook.expression.node.ExpressionDirectiveType
Bitwise And.
arraySwap(T[], int, int) - Static method in class com.blackrook.expression.struct.Utils
Swaps the contents of two indices of an array.
asBoolean() - Method in class com.blackrook.expression.ExpressionValue
Gets this value as a boolean.
asByte() - Method in class com.blackrook.expression.ExpressionValue
Gets this value as a byte.
asDouble() - Method in class com.blackrook.expression.ExpressionValue
Gets this value as a double-precision float.
asFloat() - Method in class com.blackrook.expression.ExpressionValue
Gets this value as a short.
asInt() - Method in class com.blackrook.expression.ExpressionValue
Gets this value as an integer.
asLong() - Method in class com.blackrook.expression.ExpressionValue
Gets this value as a long integer.
asShort() - Method in class com.blackrook.expression.ExpressionValue
Gets this value as a short.
asString() - Method in class com.blackrook.expression.ExpressionValue
Gets this value as a string.
A B C D E F G I K L M N O P R S T U V W X 
All Classes All Packages