Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
T
- tabsize() - Method in interface org.tquadrat.foundation.javacomposer.internal.LayoutWriter
-
Returns the tabulator size this layout was configured with.
- tabsize() - Method in enum class org.tquadrat.foundation.javacomposer.Layout
-
Returns the tabulator size this layout was configured with.
- THROW_CAUGHT_LOCALLY - Enum constant in enum class org.tquadrat.foundation.javacomposer.SuppressableWarnings
-
A thrown exception is caught within the same method.
- toBuilder() - Method in interface org.tquadrat.foundation.javacomposer.AnnotationSpec
-
Creates a new builder that is initialised with the components of this annotation.
- toBuilder() - Method in interface org.tquadrat.foundation.javacomposer.CodeBlock
-
Creates a new builder that is initialised with the components of this code block.
- toBuilder() - Method in interface org.tquadrat.foundation.javacomposer.FieldSpec
-
Returns a builder that is already initialised with the components that built this field.
- toBuilder() - Method in class org.tquadrat.foundation.javacomposer.internal.AnnotationSpecImpl
-
Creates a new builder that is initialised with the components of this annotation.
- toBuilder() - Method in class org.tquadrat.foundation.javacomposer.internal.AnnotationTypeSpecImpl
-
Returns a new builder that is initialised with this
TypeSpec
instance. - toBuilder() - Method in class org.tquadrat.foundation.javacomposer.internal.ClassSpecImpl
-
Returns a new builder that is initialised with this
TypeSpec
instance. - toBuilder() - Method in class org.tquadrat.foundation.javacomposer.internal.CodeBlockImpl
-
Creates a new builder that is initialised with the components of this code block.
- toBuilder() - Method in class org.tquadrat.foundation.javacomposer.internal.EnumSpecImpl
-
Returns a new builder that is initialised with this
TypeSpec
instance. - toBuilder() - Method in class org.tquadrat.foundation.javacomposer.internal.FieldSpecImpl
-
Returns a builder that is already initialised with the components that built this field.
- toBuilder() - Method in class org.tquadrat.foundation.javacomposer.internal.InterfaceSpecImpl
-
Returns a new builder that is initialised with this
TypeSpec
instance. - toBuilder() - Method in class org.tquadrat.foundation.javacomposer.internal.JavaFileImpl
-
Returns a new builder that is initialised with this
JavaFile
instance. - toBuilder() - Method in class org.tquadrat.foundation.javacomposer.internal.LambdaSpecImpl
-
Creates a new builder that is initialised with the components of this lambda.
- toBuilder() - Method in class org.tquadrat.foundation.javacomposer.internal.ParameterSpecImpl
-
Returns a builder that is initialised with the components of this parameter.
- toBuilder() - Method in class org.tquadrat.foundation.javacomposer.internal.RecordSpecImpl
-
Returns a new builder that is initialised with this
TypeSpec
instance. - toBuilder() - Method in class org.tquadrat.foundation.javacomposer.internal.TypeSpecImpl
-
Returns a new builder that is initialised with this
TypeSpec
instance. - toBuilder() - Method in interface org.tquadrat.foundation.javacomposer.JavaFile
-
Returns a new builder that is initialised with this
JavaFile
instance. - toBuilder() - Method in interface org.tquadrat.foundation.javacomposer.LambdaSpec
-
Creates a new builder that is initialised with the components of this lambda.
- toBuilder() - Method in interface org.tquadrat.foundation.javacomposer.MethodSpec
-
Returns a builder that is initialised with all the components of this method.
- toBuilder() - Method in interface org.tquadrat.foundation.javacomposer.ParameterSpec
-
Returns a builder that is initialised with the components of this parameter.
- toBuilder() - Method in interface org.tquadrat.foundation.javacomposer.TypeSpec
-
Returns a new builder that is initialised with this
TypeSpec
instance. - toBuilder(boolean) - Method in class org.tquadrat.foundation.javacomposer.internal.MethodSpecImpl
-
Returns a builder that is initialised with all the components of this method, like the result of a call to
MethodSpec.toBuilder()
, but without the body code, if specified that way. - toBuilder(boolean) - Method in interface org.tquadrat.foundation.javacomposer.MethodSpec
-
Returns a builder that is initialised with all the components of this method, like the result of a call to
MethodSpec.toBuilder()
, but without the body code, if specified that way. - toBuilder(TypeName, CharSequence, boolean) - Method in class org.tquadrat.foundation.javacomposer.internal.ParameterSpecImpl
-
Returns a builder for a parameter with the given type and name, and that is initialised with the components of this parameter.
- toBuilder(TypeName, CharSequence, boolean) - Method in interface org.tquadrat.foundation.javacomposer.ParameterSpec
-
Returns a builder for a parameter with the given type and name, and that is initialised with the components of this parameter.
- toJavaFileObject() - Method in class org.tquadrat.foundation.javacomposer.internal.JavaFileImpl
-
Creates a
JavaFileObject
from this instance ofJavaFile
. - toJavaFileObject() - Method in interface org.tquadrat.foundation.javacomposer.JavaFile
-
Creates a
JavaFileObject
from this instance ofJavaFile
. - toJavaIdentifier(String) - Static method in class org.tquadrat.foundation.javacomposer.NameAllocator
-
Translates the given suggestion for an identifier to a valid Java identifier by replacing invalid characters by an underscore ("_").
- topLevelClassName() - Method in interface org.tquadrat.foundation.javacomposer.ClassName
-
Returns the top class in this nesting group.
- topLevelClassName() - Method in class org.tquadrat.foundation.javacomposer.internal.ClassNameImpl
-
Returns the top class in this nesting group.
- toString() - Method in interface org.tquadrat.foundation.javacomposer.AnnotationSpec
- toString() - Method in interface org.tquadrat.foundation.javacomposer.CodeBlock
- toString() - Method in interface org.tquadrat.foundation.javacomposer.FieldSpec
- toString() - Method in class org.tquadrat.foundation.javacomposer.internal.AnnotationSpecImpl
- toString() - Method in class org.tquadrat.foundation.javacomposer.internal.CodeBlockImpl
- toString() - Method in class org.tquadrat.foundation.javacomposer.internal.DebugOutput
- toString() - Method in class org.tquadrat.foundation.javacomposer.internal.FieldSpecImpl
- toString() - Method in class org.tquadrat.foundation.javacomposer.internal.JavaFileImpl
- toString() - Method in class org.tquadrat.foundation.javacomposer.internal.LambdaSpecImpl
- toString() - Method in class org.tquadrat.foundation.javacomposer.internal.MethodSpecImpl
- toString() - Method in class org.tquadrat.foundation.javacomposer.internal.ParameterSpecImpl
- toString() - Method in class org.tquadrat.foundation.javacomposer.internal.TypeNameImpl
- toString() - Method in class org.tquadrat.foundation.javacomposer.internal.TypeSpecImpl
- toString() - Method in interface org.tquadrat.foundation.javacomposer.JavaFile
- toString() - Method in interface org.tquadrat.foundation.javacomposer.LambdaSpec
- toString() - Method in interface org.tquadrat.foundation.javacomposer.MethodSpec
- toString() - Method in interface org.tquadrat.foundation.javacomposer.ParameterSpec
- toString() - Method in enum class org.tquadrat.foundation.javacomposer.SuppressableWarnings
- toString() - Method in interface org.tquadrat.foundation.javacomposer.TypeName
- toString() - Method in interface org.tquadrat.foundation.javacomposer.TypeSpec
- type() - Method in interface org.tquadrat.foundation.javacomposer.FieldSpec
-
Returns the type of the field.
- type() - Method in class org.tquadrat.foundation.javacomposer.internal.AnnotationSpecImpl.BuilderImpl
-
Returns the type of the annotation.
- type() - Method in class org.tquadrat.foundation.javacomposer.internal.FieldSpecImpl
-
Returns the type of the field.
- type() - Method in class org.tquadrat.foundation.javacomposer.internal.ParameterSpecImpl
-
Returns the type of this parameter.
- type() - Method in interface org.tquadrat.foundation.javacomposer.ParameterSpec
-
Returns the type of this parameter.
- TYPE_MAY_BE_WEAKENED - Enum constant in enum class org.tquadrat.foundation.javacomposer.SuppressableWarnings
-
A more general type could be used
- typeArguments() - Method in class org.tquadrat.foundation.javacomposer.internal.ParameterizedTypeNameImpl
-
Returns the type arguments for this parameterised type name.
- typeArguments() - Method in interface org.tquadrat.foundation.javacomposer.ParameterizedTypeName
-
Returns the type arguments for this parameterised type name.
- TypeName - Interface in org.tquadrat.foundation.javacomposer
-
The specification for a representation of any type in Java's type system, plus
void
. - TypeNameImpl - Class in org.tquadrat.foundation.javacomposer.internal
-
The implementation of
TypeNameImpl
as representation of any type in Java's type system, plusvoid
. - TypeNameImpl(String) - Constructor for class org.tquadrat.foundation.javacomposer.internal.TypeNameImpl
-
Creates a new
TypeNameImpl
instance. - TypeNameImpl(String, List<AnnotationSpecImpl>) - Constructor for class org.tquadrat.foundation.javacomposer.internal.TypeNameImpl
-
Creates a new
TypeNameImpl
instance. - TypeNameImpl(List<AnnotationSpecImpl>) - Constructor for class org.tquadrat.foundation.javacomposer.internal.TypeNameImpl
-
Creates a new
TypeNameImpl
instance. - typeSpec() - Method in class org.tquadrat.foundation.javacomposer.internal.JavaFileImpl.BuilderImpl
-
Returns the specification of the type for the Java file.
- TypeSpec - Interface in org.tquadrat.foundation.javacomposer
-
The specification of a generated class, interface, annotation or enum declaration.
- TypeSpec.Builder - Interface in org.tquadrat.foundation.javacomposer
-
The specification for a builder for an instance of an implementation for
TypeSpec
. - TypeSpecImpl - Class in org.tquadrat.foundation.javacomposer.internal
-
The abstract base class for the implementations of
TypeSpec
. - TypeSpecImpl(TypeSpecImpl) - Constructor for class org.tquadrat.foundation.javacomposer.internal.TypeSpecImpl
-
Creates a dummy type spec for type-resolution in CodeWriter only while emitting the type declaration but before entering the type body.
- TypeSpecImpl(TypeSpecImpl.BuilderImpl) - Constructor for class org.tquadrat.foundation.javacomposer.internal.TypeSpecImpl
-
Creates a new
TypeSpecImpl
instance. - TypeSpecImpl.BuilderImpl - Class in org.tquadrat.foundation.javacomposer.internal
-
The abstract base class for the implementations of
TypeSpec.Builder
. - TypeSpecImpl.Kind - Enum Class in org.tquadrat.foundation.javacomposer.internal
-
The kind of type specified by a
TypeSpecImpl
instance. - typeSpecs() - Method in class org.tquadrat.foundation.javacomposer.internal.TypeSpecImpl
-
Returns the inner types for this type.
- TypeVariableName - Interface in org.tquadrat.foundation.javacomposer
-
The specialisation of
TypeName
for type variable names. - TypeVariableNameImpl - Class in org.tquadrat.foundation.javacomposer.internal
-
The implementation of
TypeNameImpl
for type variable names. - TypeVariableNameImpl(String, List<TypeNameImpl>) - Constructor for class org.tquadrat.foundation.javacomposer.internal.TypeVariableNameImpl
-
Creates a new
TypeVariableNameImpl
instance. - TypeVariableNameImpl(String, List<TypeNameImpl>, List<AnnotationSpecImpl>) - Constructor for class org.tquadrat.foundation.javacomposer.internal.TypeVariableNameImpl
-
Creates a new
TypeVariableNameImpl
instance.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form