Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
L
- Lambda - Search tag in package org.tquadrat.foundation.javacomposer
- Section
- lambdaBuilder() - Method in class org.tquadrat.foundation.javacomposer.JavaComposer
-
Creates a builder for an instance of
LambdaSpec
. - LambdaSpec - Interface in org.tquadrat.foundation.javacomposer
-
The specification for a generated lambda construct.
- LambdaSpec.Builder - Interface in org.tquadrat.foundation.javacomposer
-
The builder for an instance of
LambdaSpec
- LambdaSpecImpl - Class in org.tquadrat.foundation.javacomposer.internal
-
The implementation for
LambdaSpec
. - LambdaSpecImpl(LambdaSpecImpl.BuilderImpl) - Constructor for class org.tquadrat.foundation.javacomposer.internal.LambdaSpecImpl
-
Creates a new
LambdaSpecImpl
instance. - LambdaSpecImpl.BuilderImpl - Class in org.tquadrat.foundation.javacomposer.internal
-
The implementation for
LambdaSpec.Builder
. - lastParameterIsArray(SequencedCollection<ParameterSpecImpl>) - Static method in class org.tquadrat.foundation.javacomposer.internal.MethodSpecImpl
-
Checks whether the last entry of the given parameter list is an array.
- layout() - Method in class org.tquadrat.foundation.javacomposer.internal.CodeWriter
-
Returns the layout for the output.
- layout() - Method in class org.tquadrat.foundation.javacomposer.internal.JavaFileImpl.BuilderImpl
-
Returns the layout for the output of the
JavaFile
. - Layout - Search tag in package org.tquadrat.foundation.javacomposer
- Section
- Layout - Enum Class in org.tquadrat.foundation.javacomposer
-
The various possible layouts for the output created by
JavaFile
. - Layout(boolean, int) - Constructor for enum class org.tquadrat.foundation.javacomposer.Layout
-
Creates a new instance for
Layout
. - LAYOUT_DEFAULT - Enum constant in enum class org.tquadrat.foundation.javacomposer.Layout
-
The default layout; same as
Layout.LAYOUT_JAVAPOET
. - LAYOUT_FOUNDATION - Enum constant in enum class org.tquadrat.foundation.javacomposer.Layout
-
The layout as used for the Foundation library.
- LAYOUT_JAVAPOET - Enum constant in enum class org.tquadrat.foundation.javacomposer.Layout
-
The layout for the original JavaPoet.
- LAYOUT_JAVAPOET_WITH_TAB - Enum constant in enum class org.tquadrat.foundation.javacomposer.Layout
-
The layout for the original JavaPoet, but using the tabulator character for the indentation, instead of blanks.
- LayoutWriter - Interface in org.tquadrat.foundation.javacomposer.internal
-
This is the definition for
Layout
. - License - Search tag in Overview
- Section
- LINE_COMMENT - Enum constant in enum class org.tquadrat.foundation.javacomposer.internal.CodeWriter.CommentType
-
A line comment.
- LineWrapper - Class in org.tquadrat.foundation.javacomposer.internal
-
Implements soft line wrapping on an
Appendable
. - LineWrapper(Appendable, String, int) - Constructor for class org.tquadrat.foundation.javacomposer.internal.LineWrapper
-
Creates a new
LineWrapper
instance. - LineWrapper.FlushType - Enum Class in org.tquadrat.foundation.javacomposer.internal
-
The flush types.
- list(Type...) - Static method in class org.tquadrat.foundation.javacomposer.internal.TypeNameImpl
-
Converts an array of types to a list of type names.
- list(Type[], Map<Type, TypeVariableName>) - Static method in class org.tquadrat.foundation.javacomposer.internal.TypeNameImpl
-
Converts an array of types to a list of type names.
- LONG - Static variable in class org.tquadrat.foundation.javacomposer.Primitives
-
The type name for
long
. - LONG_PRIMITIVE - Static variable in class org.tquadrat.foundation.javacomposer.internal.TypeNameImpl
-
The type name for
long
. - lookupName(ClassNameImpl) - Method in class org.tquadrat.foundation.javacomposer.internal.CodeWriter
-
Returns the best name to identify
className
within the current context. - LOWERCASE - Static variable in class org.tquadrat.foundation.javacomposer.internal.CodeBlockImpl
-
The regular expression that is used to determine whether a parameter name starts with a lowercase character.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form