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
All Classes All Packages
All Classes All Packages
I
- INFINITY - Static variable in class com.blackrook.expression.Expression
-
Expression: Infinity.
- INT - com.blackrook.expression.functions.CommonFunctions
-
Convert to integer (long, internally).
- INTEGER_0 - Static variable in class com.blackrook.expression.Expression
-
Expression: literal 0.
- INTEGER_1 - Static variable in class com.blackrook.expression.Expression
-
Expression: literal 1.
- intern() - Method in class com.blackrook.expression.Expression
-
Internalizes an expression: adds this expression to an internal bank and returns it, or returns an existing reference for the same expression already stored.
- isCollapsable() - Method in interface com.blackrook.expression.ExpressionNode
-
Checks if this node is collapsable.
- isCollapsable() - Method in enum com.blackrook.expression.functions.CommonFunctions
-
Checks if this node type is collapsable.
- isCollapsable() - Method in class com.blackrook.expression.node.ExpressionBranch
- isCollapsable() - Method in class com.blackrook.expression.node.ExpressionDirective
- isCollapsable() - Method in enum com.blackrook.expression.node.ExpressionDirectiveType
-
Checks if this node type is collapsable.
- isCollapsable() - Method in class com.blackrook.expression.node.ExpressionFunction
- isCollapsable() - Method in interface com.blackrook.expression.node.ExpressionFunctionType
-
Checks if this node type is collapsable.
- isCollapsible() - Method in class com.blackrook.expression.Expression
-
Checks if this expression is collapsable.
- isCommentEndDelimiterStart(char) - Method in class com.blackrook.expression.struct.Lexer
-
Checks if this is a (or the start of a) block-comment-ending delimiter character.
- isDelimiterStart(char) - Method in class com.blackrook.expression.struct.Lexer
-
Checks if this is a (or the start of a) delimiter character.
- isDigit(char) - Method in class com.blackrook.expression.struct.Lexer
-
Convenience method for
Character.isDigit(char)
. - isEmpty() - Method in class com.blackrook.expression.ExpressionStack
- isEmpty() - Method in class com.blackrook.expression.ExpressionVariableContext
- isEmpty() - Method in class com.blackrook.expression.struct.Lexer.ReaderStack
- isEmpty(Object) - Static method in class com.blackrook.expression.struct.Utils
-
Checks if a value is "empty." The following is considered "empty": Null references.
- isExponent(char) - Method in class com.blackrook.expression.struct.Lexer
-
Checks if char is the exponent character in a number.
- isExponentSign(char) - Method in class com.blackrook.expression.struct.Lexer
-
Checks if char is the exponent sign character in a number.
- isHexDigit(char) - Method in class com.blackrook.expression.struct.Lexer
-
Returns true if this is a hex digit (0-9, A-F, a-f).
- isInfinite() - Method in class com.blackrook.expression.ExpressionValue
- isLetter(char) - Method in class com.blackrook.expression.struct.Lexer
-
Convenience method for
Character.isLetter(char)
. - isLexerEnd(char) - Method in class com.blackrook.expression.struct.Lexer
-
Checks if a char equals
Lexer.END_OF_LEXER
. - isNaN() - Method in class com.blackrook.expression.ExpressionValue
- isNewline(char) - Method in class com.blackrook.expression.struct.Lexer
-
Checks if a char equals
Lexer.NEWLINE
. - isPoint(char) - Method in class com.blackrook.expression.struct.Lexer
-
Checks if a character is a decimal point (depends on locale/kernel).
- isRawStringStart(char) - Method in class com.blackrook.expression.struct.Lexer
-
Checks if this is a character that starts a multiline String.
- isSpace(char) - Method in class com.blackrook.expression.struct.Lexer
-
Checks if a char is a space.
- isStreamEnd(char) - Method in class com.blackrook.expression.struct.Lexer
-
Checks if a char equals
Lexer.END_OF_STREAM
. - isStringEnd(char) - Method in class com.blackrook.expression.struct.Lexer
-
Checks if this is a character that ends a String.
- isStringEscape(char) - Method in class com.blackrook.expression.struct.Lexer
-
Checks if this is a character that is a String escape character.
- isStringStart(char) - Method in class com.blackrook.expression.struct.Lexer
-
Checks if this is a character that starts a String.
- isTab(char) - Method in class com.blackrook.expression.struct.Lexer
-
Checks if a char is a tab.
- isUnderscore(char) - Method in class com.blackrook.expression.struct.Lexer
-
Convenience method for
c == '_'
. - isValue() - Method in class com.blackrook.expression.Expression
-
Checks if this is just a literal value (not complex).
- isWhitespace(char) - Method in class com.blackrook.expression.struct.Lexer
-
Convenience method for
Character.isWhitespace(char)
.
All Classes All Packages