B C D E F G H I J L N O P R S T V 

B

BOOLEAN - Static variable in class org.jomc.jls.JavaTypeName
Java type name of class Boolean.
BOOLEAN_TYPE - Static variable in class org.jomc.jls.JavaTypeName
Java type name of basic type boolean.
BYTE - Static variable in class org.jomc.jls.JavaTypeName
Java type name of class Byte.
BYTE_TYPE - Static variable in class org.jomc.jls.JavaTypeName
Java type name of basic type byte.

C

CHARACTER - Static variable in class org.jomc.jls.JavaTypeName
Java type name of class Character.
CHARACTER_TYPE - Static variable in class org.jomc.jls.JavaTypeName
Java type name of basic type char.
charAt(int) - Method in class org.jomc.jls.JavaIdentifier
Returns the char value at a given index.

D

DOUBLE - Static variable in class org.jomc.jls.JavaTypeName
Java type name of class Double.
DOUBLE_TYPE - Static variable in class org.jomc.jls.JavaTypeName
Java type name of basic type double.

E

equals(Object) - Method in class org.jomc.jls.JavaIdentifier
Tests whether some other object is equal to the object.
equals(Object) - Method in class org.jomc.jls.JavaTypeName
Tests whether another object is compile-time equal to this object.

F

FLOAT - Static variable in class org.jomc.jls.JavaTypeName
Java type name of class Float.
FLOAT_TYPE - Static variable in class org.jomc.jls.JavaTypeName
Java type name of basic type float.

G

getArguments() - Method in class org.jomc.jls.JavaTypeName
Gets the arguments of the type name.
getBoxedName() - Method in class org.jomc.jls.JavaTypeName
Gets the type name applying a boxing conversion.
getClass(ClassLoader, boolean) - Method in class org.jomc.jls.JavaTypeName
Gets the Class object of the type using a given class loader.
getClassName() - Method in class org.jomc.jls.JavaTypeName
Gets the class name of the type name.
getName(boolean) - Method in class org.jomc.jls.JavaTypeName
Gets the type name.
getPackageName() - Method in class org.jomc.jls.JavaTypeName
Gets the fully qualified package name of the type name.
getQualifiedName() - Method in class org.jomc.jls.JavaTypeName
Gets the fully qualified name of the type name.
getSimpleName() - Method in class org.jomc.jls.JavaTypeName
Gets the simple name of the type name.
getTypeName() - Method in class org.jomc.jls.JavaTypeName.Argument
Gets the type name of the argument.
getUnboxedName() - Method in class org.jomc.jls.JavaTypeName
Gets the type name applying an unboxing conversion.
getWildcardBounds() - Method in class org.jomc.jls.JavaTypeName.Argument
Gets the wildcard bounds of the argument.

H

hashCode() - Method in class org.jomc.jls.JavaIdentifier
Returns the hash-code value of the object.
hashCode() - Method in class org.jomc.jls.JavaTypeName
Gets the hash code value of the object.

I

INTEGER - Static variable in class org.jomc.jls.JavaTypeName
Java type name of class Integer.
INTEGER_TYPE - Static variable in class org.jomc.jls.JavaTypeName
Java type name of basic type int.
isArray() - Method in class org.jomc.jls.JavaTypeName
Gets a flag indicating the type name denotes an array type.
isPrimitive() - Method in class org.jomc.jls.JavaTypeName
Gets a flag indicating the type name denotes a primitive type.
isUnboxable() - Method in class org.jomc.jls.JavaTypeName
Gets a flag indicating the type name denotes a wrapper type of a primitive type.
isUnnamedPackage() - Method in class org.jomc.jls.JavaTypeName
Gets a flag indicating the type name denotes a type located in an unnamed package.
isWildcard() - Method in class org.jomc.jls.JavaTypeName.Argument
Gets a flag indicating the argument is a wildcard argument.

J

JavaIdentifier - Class in org.jomc.jls
Data type of a Java identifier.
JavaIdentifier.NormalizationMode - Enum in org.jomc.jls
Normalization modes.
JavaTypeName - Class in org.jomc.jls
Data type of a Java type name.
JavaTypeName.Argument - Class in org.jomc.jls
Data type of an argument of a parameterized Java type name.

L

length() - Method in class org.jomc.jls.JavaIdentifier
Returns the length of this character sequence.
LONG - Static variable in class org.jomc.jls.JavaTypeName
Java type name of class Long.
LONG_TYPE - Static variable in class org.jomc.jls.JavaTypeName
Java type name of basic type long.

N

normalize(String, JavaIdentifier.NormalizationMode) - Static method in class org.jomc.jls.JavaIdentifier
Normalizes text from the beginning of the given string to produce a JavaIdentifier.

O

org.jomc.jls - package org.jomc.jls
Classes related to "The Java® Language Specification".

P

parse(String) - Static method in class org.jomc.jls.JavaIdentifier
Parses text from the beginning of a given string to produce a JavaIdentifier instance.
parse(String) - Static method in class org.jomc.jls.JavaTypeName
Parses text from the beginning of the given string to produce a JavaTypeName instance.

R

runtimeEquals(Object) - Method in class org.jomc.jls.JavaTypeName
Tests whether another object is runtime equal to this object.

S

SHORT - Static variable in class org.jomc.jls.JavaTypeName
Java type name of class Short.
SHORT_TYPE - Static variable in class org.jomc.jls.JavaTypeName
Java type name of basic type short.
subSequence(int, int) - Method in class org.jomc.jls.JavaIdentifier
Returns a new CharSequence that is a subsequence of this sequence.

T

toString() - Method in class org.jomc.jls.JavaIdentifier
Returns a string containing the characters in this sequence in the same order as this sequence.
toString() - Method in class org.jomc.jls.JavaTypeName.Argument
Creates a string representation of the instance.
toString() - Method in class org.jomc.jls.JavaTypeName
Creates a string representation of the instance.

V

valueOf(String) - Static method in enum org.jomc.jls.JavaIdentifier.NormalizationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.jomc.jls.JavaIdentifier
Parses text from the beginning of a given string to produce a JavaIdentifier instance.
valueOf(String) - Static method in class org.jomc.jls.JavaTypeName
Parses text from the beginning of the given string to produce a JavaTypeName instance.
values() - Static method in enum org.jomc.jls.JavaIdentifier.NormalizationMode
Returns an array containing the constants of this enum type, in the order they are declared.
B C D E F G H I J L N O P R S T V 

Copyright © 2005–2016 The JOMC Project. All rights reserved.