Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
F 
- FIELD_CAN_BE_LOCAL - Enum constant in enum class org.tquadrat.foundation.javacomposer.SuppressableWarnings
-
A (private) attribute can be moved to be a local variable.
- FIELD_MAY_BE_FINAL - Enum constant in enum class org.tquadrat.foundation.javacomposer.SuppressableWarnings
-
A private attribute of a class is never changed.
- fieldBuilder(Type, CharSequence, Modifier...) - Method in class org.tquadrat.foundation.javacomposer.JavaComposer
-
Creates a builder for an instance of
FieldSpec
from the given type, name and modifiers. - fieldBuilder(TypeName, CharSequence, Modifier...) - Method in class org.tquadrat.foundation.javacomposer.JavaComposer
-
Creates a builder for an instance of
FieldSpec
from the given type, name and modifiers. - fieldBuilder(TypeSpec, CharSequence, Modifier...) - Method in class org.tquadrat.foundation.javacomposer.JavaComposer
-
Creates a builder for an instance of
FieldSpec
from the given type, name and modifiers. - Fields - Search tag in package org.tquadrat.foundation.javacomposer
- Section
- FieldSpec - Interface in org.tquadrat.foundation.javacomposer
-
The specification for a generated field declaration.
- FieldSpec.Builder - Interface in org.tquadrat.foundation.javacomposer
-
The specification of a builder for an instance of an implementation for
FieldSpec
- FieldSpecImpl - Class in org.tquadrat.foundation.javacomposer.internal
-
The implementation for
FieldSpec
. - FieldSpecImpl(FieldSpecImpl.BuilderImpl) - Constructor for class org.tquadrat.foundation.javacomposer.internal.FieldSpecImpl
-
Creates a new
FieldSpecImpl
instance. - FieldSpecImpl.BuilderImpl - Class in org.tquadrat.foundation.javacomposer.internal
-
The implementation of
FieldSpec.Builder
- fileComment() - Method in class org.tquadrat.foundation.javacomposer.internal.JavaFileImpl.BuilderImpl
-
Returns the file comment.
- findCaller() - Static method in class org.tquadrat.foundation.javacomposer.internal.Util
-
This method will find the method that makes the call into the Java Composer API and returns the appropriate stack trace element.
- FLOAT - Static variable in class org.tquadrat.foundation.javacomposer.Primitives
-
The type name for
float
. - FLOAT_PRIMITIVE - Static variable in class org.tquadrat.foundation.javacomposer.internal.TypeNameImpl
-
The type name for
float
. - flush(LineWrapper.FlushType) - Method in class org.tquadrat.foundation.javacomposer.internal.LineWrapper
-
Writes the space followed by any buffered text that follows it.
- FlushType() - Constructor for enum class org.tquadrat.foundation.javacomposer.internal.LineWrapper.FlushType
- FOR_LOOP_WITH_MISSING_COMPONENT - Enum constant in enum class org.tquadrat.foundation.javacomposer.SuppressableWarnings
-
A component in a
for
loop was omitted. - forceInline() - Method in class org.tquadrat.foundation.javacomposer.internal.AnnotationSpecImpl.BuilderImpl
-
Returns the flag that indicates whether this annotation is presented inline or multiline.
- forceInline(boolean) - Method in interface org.tquadrat.foundation.javacomposer.AnnotationSpec.Builder
-
Sets a flag that forces the inline presentation of the annotation.
Inline: - forceInline(boolean) - Method in class org.tquadrat.foundation.javacomposer.internal.AnnotationSpecImpl.BuilderImpl
-
Sets a flag that forces the inline presentation of the annotation.
Inline: - formatParts() - Method in class org.tquadrat.foundation.javacomposer.internal.CodeBlockImpl.BuilderImpl
-
Returns the format parts.
- formatParts() - Method in class org.tquadrat.foundation.javacomposer.internal.CodeBlockImpl
-
Returns the format parts from this code block.
- Formatting - Search tag in interface org.tquadrat.foundation.javacomposer.LambdaSpec
- Section
- from(CharSequence, CharSequence, CharSequence...) - Static method in interface org.tquadrat.foundation.javacomposer.ClassName
-
Returns a class name created from the given parts.
For example, calling this method with package name"java.util"
and simple names"Map"
and"Entry"
yieldsjava.util.Map.Entry
. - from(CharSequence, CharSequence, CharSequence...) - Static method in class org.tquadrat.foundation.javacomposer.internal.ClassNameImpl
-
Returns a class name created from the given parts.
For example, calling this method with package name"java.util"
and simple names"Map"
and"Entry"
yieldsjava.util.Map.Entry
. - from(Class<?>) - Static method in interface org.tquadrat.foundation.javacomposer.ClassName
-
Creates a new instance for an implementation of
ClassName
from an instance ofClass
. - from(Class<?>) - Static method in class org.tquadrat.foundation.javacomposer.internal.ClassNameImpl
-
Creates a new
ClassName
instance from an instance ofClass
. - from(Class<?>, Type...) - Static method in class org.tquadrat.foundation.javacomposer.internal.ParameterizedTypeNameImpl
-
Returns a parameterised type, applying the given type arguments to the given raw type.
- from(Class<?>, Type...) - Static method in interface org.tquadrat.foundation.javacomposer.ParameterizedTypeName
-
Returns a parameterised type, applying the given type arguments to the given raw type.
- from(GenericArrayType) - Static method in interface org.tquadrat.foundation.javacomposer.ArrayTypeName
-
Returns an instance of
ArrayTypeName
for an array type that is equivalent totype
. - from(GenericArrayType, Map<Type, TypeVariableName>) - Static method in class org.tquadrat.foundation.javacomposer.internal.ArrayTypeNameImpl
-
Returns an instance of
ArrayTypeNameImpl
for an array type that is equivalent totype
. - from(ParameterizedType) - Static method in interface org.tquadrat.foundation.javacomposer.ParameterizedTypeName
-
Returns a parameterised type equivalent to the given type.
- from(ParameterizedType, Map<Type, TypeVariableName>) - Static method in class org.tquadrat.foundation.javacomposer.internal.ParameterizedTypeNameImpl
-
Returns a parameterised type equivalent to the given type, with the given type arguments added.
- from(Type) - Static method in class org.tquadrat.foundation.javacomposer.internal.TypeNameImpl
-
Returns a type name equivalent to that of the given
Type
instance. - from(Type) - Static method in interface org.tquadrat.foundation.javacomposer.TypeName
-
Returns a type name equivalent to that of the given
Type
instance. - from(Type, Map<Type, TypeVariableName>) - Static method in class org.tquadrat.foundation.javacomposer.internal.TypeNameImpl
-
Returns a type name equivalent to that of the given
Type
instance. - from(TypeVariable<?>) - Static method in class org.tquadrat.foundation.javacomposer.internal.TypeVariableNameImpl
-
Returns type variable equivalent to the given type.
- from(TypeVariable<?>) - Static method in interface org.tquadrat.foundation.javacomposer.TypeVariableName
-
Returns type variable equivalent to the given type.
- from(TypeVariable<?>, Map<Type, TypeVariableName>) - Static method in class org.tquadrat.foundation.javacomposer.internal.TypeVariableNameImpl
-
Returns type variable equivalent to the given type, after applying the given type variables .
- from(WildcardType) - Static method in class org.tquadrat.foundation.javacomposer.internal.WildcardTypeNameImpl
-
Returns an instance of
TypeNameImpl
for the given wildcard type. - from(WildcardType) - Static method in interface org.tquadrat.foundation.javacomposer.WildcardTypeName
-
Returns an instance of
TypeName
for the given wildcard type. - from(WildcardType, Map<Type, TypeVariableName>) - Static method in class org.tquadrat.foundation.javacomposer.internal.WildcardTypeNameImpl
-
Returns an instance of
TypeNameImpl
for the given wildcard type, with the given type variables applied to it. - from(String) - Static method in class org.tquadrat.foundation.javacomposer.internal.TypeVariableNameImpl
-
Returns a new type variable named
name
without bounds. - from(String) - Static method in interface org.tquadrat.foundation.javacomposer.TypeVariableName
-
Returns a new type variable named
name
without bounds. - from(String, Type...) - Static method in class org.tquadrat.foundation.javacomposer.internal.TypeVariableNameImpl
-
Returns a new type variable named
name
withbounds
. - from(String, Type...) - Static method in interface org.tquadrat.foundation.javacomposer.TypeVariableName
-
Returns a new type variable named
name
withbounds
. - from(String, TypeName...) - Static method in class org.tquadrat.foundation.javacomposer.internal.TypeVariableNameImpl
-
Returns a new type variable named
name
withbounds
. - from(String, TypeName...) - Static method in interface org.tquadrat.foundation.javacomposer.TypeVariableName
-
Returns a new type variable named
name
withbounds
. - from(TypeElement) - Static method in interface org.tquadrat.foundation.javacomposer.ClassName
-
Returns the class name for the given
TypeElement
instance. - from(TypeElement) - Static method in class org.tquadrat.foundation.javacomposer.internal.ClassNameImpl
-
Returns the class name for the given
TypeElement
instance. - from(TypeParameterElement) - Static method in class org.tquadrat.foundation.javacomposer.internal.TypeVariableNameImpl
-
Returns a type variable name that is equivalent to the given element.
- from(TypeParameterElement) - Static method in interface org.tquadrat.foundation.javacomposer.TypeVariableName
-
Returns a type variable name that is equivalent to the given element.
- from(ArrayType) - Static method in interface org.tquadrat.foundation.javacomposer.ArrayTypeName
-
Returns an instance of
ArrayTypeName
for an array type that is equivalent tomirror
. - from(ArrayType, Map<TypeParameterElement, TypeVariableNameImpl>) - Static method in class org.tquadrat.foundation.javacomposer.internal.ArrayTypeNameImpl
-
Returns an instance of
ArrayTypeNameImpl
for an array type that is equivalent tomirror
. - from(TypeMirror) - Static method in class org.tquadrat.foundation.javacomposer.internal.TypeNameImpl
-
Returns a type name equivalent to that from the given
TypeMirror
instance. - from(TypeMirror) - Static method in interface org.tquadrat.foundation.javacomposer.TypeName
-
Returns a type name equivalent to that from the given
TypeMirror
instance. - from(TypeMirror, Map<TypeParameterElement, TypeVariableNameImpl>) - Static method in class org.tquadrat.foundation.javacomposer.internal.TypeNameImpl
-
Returns a type name equivalent to that from the given
TypeMirror
instance. - from(TypeVariable) - Static method in class org.tquadrat.foundation.javacomposer.internal.TypeVariableNameImpl
-
Returns a type variable name that is equivalent to the given mirror.
- from(TypeVariable) - Static method in interface org.tquadrat.foundation.javacomposer.TypeVariableName
-
Returns a type variable name that is equivalent to the given mirror.
- from(TypeVariable, Map<TypeParameterElement, TypeVariableNameImpl>) - Static method in class org.tquadrat.foundation.javacomposer.internal.TypeVariableNameImpl
-
Makes an instance of
TypeVariableName
for the givenTypeMirror
. - from(WildcardType) - Static method in class org.tquadrat.foundation.javacomposer.internal.WildcardTypeNameImpl
-
Returns an instance of
TypeNameImpl
for the given type mirror. - from(WildcardType) - Static method in interface org.tquadrat.foundation.javacomposer.WildcardTypeName
-
Returns an instance of
TypeName
for the given type mirror. - from(WildcardType, Map<TypeParameterElement, TypeVariableNameImpl>) - Static method in class org.tquadrat.foundation.javacomposer.internal.WildcardTypeNameImpl
-
Returns an instance of
TypeNameImpl
for the given type mirror, with the given type variables applied to it. - from(ClassName, TypeName...) - Static method in class org.tquadrat.foundation.javacomposer.internal.ParameterizedTypeNameImpl
-
Returns a parameterised type, applying the given type arguments to the given raw type.
- from(ClassName, TypeName...) - Static method in interface org.tquadrat.foundation.javacomposer.ParameterizedTypeName
-
Returns a parameterised type, applying the given type arguments to the given raw type.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form