A B C D E F G H 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
- INTEGER - com.blackrook.archetext.ArcheTextValue.Type
-
Integer type.
- intersection(S, S) - Static method in class com.blackrook.archetext.struct.Utils
-
Returns a new Set that is the intersection of the objects in two sets, i.e.
- invokeBlind(Method, Object, Object...) - Static method in class com.blackrook.archetext.struct.Utils
-
Blindly invokes a method, only throwing a
RuntimeException
if something goes wrong. - isAnonymous() - Method in class com.blackrook.archetext.ArcheTextObject
- isArray(Class<?>) - Static method in class com.blackrook.archetext.struct.Utils
-
Tests if a class is actually an array type.
- isArray(Object) - Static method in class com.blackrook.archetext.struct.Utils
-
Tests if an object is actually an array type.
- isCommentEndDelimiterStart(char) - Method in class com.blackrook.archetext.struct.Lexer
-
Checks if this is a (or the start of a) block-comment-ending delimiter character.
- isDefault() - Method in class com.blackrook.archetext.ArcheTextObject
- isDelimiterStart(char) - Method in class com.blackrook.archetext.struct.Lexer
-
Checks if this is a (or the start of a) delimiter character.
- isDigit(char) - Method in class com.blackrook.archetext.struct.Lexer
-
Convenience method for
Character.isDigit(char)
. - isEmpty() - Method in class com.blackrook.archetext.struct.Lexer.ReaderStack
- isEmpty(Object) - Static method in class com.blackrook.archetext.struct.Utils
-
Checks if a value is "empty." The following is considered "empty": Null references.
- isExponent(char) - Method in class com.blackrook.archetext.struct.Lexer
-
Checks if char is the exponent character in a number.
- isExponentSign(char) - Method in class com.blackrook.archetext.struct.Lexer
-
Checks if char is the exponent sign character in a number.
- isHexDigit(char) - Method in class com.blackrook.archetext.struct.Lexer
-
Returns true if this is a hex digit (0-9, A-F, a-f).
- isIgnored(Field) - Method in interface com.blackrook.archetext.struct.TypeProfileFactory.MemberPolicy
-
Checks if a field is ignored by the profile generator.
- isIgnored(Method) - Method in interface com.blackrook.archetext.struct.TypeProfileFactory.MemberPolicy
-
Checks if a method is ignored by the profile generator.
- isLetter(char) - Method in class com.blackrook.archetext.struct.Lexer
-
Convenience method for
Character.isLetter(char)
. - isLexerEnd(char) - Method in class com.blackrook.archetext.struct.Lexer
-
Checks if a char equals
Lexer.END_OF_LEXER
. - isNewline(char) - Method in class com.blackrook.archetext.struct.Lexer
-
Checks if a char equals
Lexer.NEWLINE
. - isNull() - Method in class com.blackrook.archetext.ArcheTextValue
-
Returns if this object is null-valued.
- isNull(T, T) - Static method in class com.blackrook.archetext.struct.Utils
-
Returns the first object if it is not null, otherwise returns the second.
- isPoint(char) - Method in class com.blackrook.archetext.struct.Lexer
-
Checks if a character is a decimal point (depends on locale/kernel).
- isRawStringStart(char) - Method in class com.blackrook.archetext.struct.Lexer
-
Checks if this is a character that starts a multiline String.
- isSpace(char) - Method in class com.blackrook.archetext.struct.Lexer
-
Checks if a char is a space.
- isStreamEnd(char) - Method in class com.blackrook.archetext.struct.Lexer
-
Checks if a char equals
Lexer.END_OF_STREAM
. - isStringEnd(char) - Method in class com.blackrook.archetext.struct.Lexer
-
Checks if this is a character that ends a String.
- isStringEscape(char) - Method in class com.blackrook.archetext.struct.Lexer
-
Checks if this is a character that is a String escape character.
- isStringStart(char) - Method in class com.blackrook.archetext.struct.Lexer
-
Checks if this is a character that starts a String.
- isTab(char) - Method in class com.blackrook.archetext.struct.Lexer
-
Checks if a char is a tab.
- isUnderscore(char) - Method in class com.blackrook.archetext.struct.Lexer
-
Convenience method for
c == '_'
. - isWhitespace(char) - Method in class com.blackrook.archetext.struct.Lexer
-
Convenience method for
Character.isWhitespace(char)
. - isWindows() - Static method in class com.blackrook.archetext.struct.Utils
All Classes All Packages