Uses of Class
org.tquadrat.foundation.javacomposer.internal.CodeWriter
Packages that use CodeWriter
Package
Description
The implementations for the interfaces from the package
org.tquadrat.foundation.javacomposer
.-
Uses of CodeWriter in org.tquadrat.foundation.javacomposer.internal
Methods in org.tquadrat.foundation.javacomposer.internal that return CodeWriterModifier and TypeMethodDescriptionfinal CodeWriter
ArrayTypeNameImpl.emit
(CodeWriter out) Emits this type name instance to the givenCodeWriter
.final CodeWriter
ArrayTypeNameImpl.emit
(CodeWriter out, boolean varargs) Emits this type name instance to the givenCodeWriter
.final CodeWriter
ClassNameImpl.emit
(CodeWriter out) Emits this type name instance to the givenCodeWriter
.final CodeWriter
CodeWriter.emit
(CharSequence input) Emits the given String to the output target.final CodeWriter
Emits aCodeBlockImpl
instance to the output target that is created on the fly from the given arguments.final CodeWriter
CodeWriter.emit
(CodeBlockImpl codeBlock) Emits the givenCodeBlockImpl
instance to the output target.final CodeWriter
ParameterizedTypeNameImpl.emit
(CodeWriter out) Emits this type name instance to the givenCodeWriter
.TypeNameImpl.emit
(CodeWriter out) Emits this type name instance to the givenCodeWriter
.final CodeWriter
TypeVariableNameImpl.emit
(CodeWriter out) Emits this type name instance to the givenCodeWriter
.final CodeWriter
WildcardTypeNameImpl.emit
(CodeWriter out) Emits this type name instance to the givenCodeWriter
.final CodeWriter
CodeWriter.emitAndIndent
(CharSequence input) Emits the given String to the output target with indentation as required.protected final CodeWriter
TypeNameImpl.emitAnnotations
(CodeWriter out) Emits the annotation from this type name instance to the givenCodeWriter
.private final CodeWriter
ArrayTypeNameImpl.emitBrackets
(CodeWriter out, boolean varargs) Emits the annotations and the brackets for the array.private final CodeWriter
ArrayTypeNameImpl.emitLeafType
(CodeWriter out) Emits the array's component type.final CodeWriter
CodeWriter.emitWrappingSpace()
Emits wrapping space to the output target.final CodeWriter
CodeWriter.indent()
Increments the indentation level.final CodeWriter
CodeWriter.indent
(int levels) Increases the indentation level by the given value.final CodeWriter
CodeWriter.popPackage()
Pops the package name.final CodeWriter
CodeWriter.popType()
Pops the top most type.final CodeWriter
CodeWriter.pushPackage
(String packageName) Pushes the given package name.final CodeWriter
CodeWriter.pushType
(TypeSpecImpl type) Pushes the give type.final CodeWriter
CodeWriter.unindent()
Decrements the indentation level.final CodeWriter
CodeWriter.unindent
(int levels) Decreases the indentation level by the given value.Methods in org.tquadrat.foundation.javacomposer.internal with parameters of type CodeWriterModifier and TypeMethodDescriptionfinal void
AnnotationSpecImpl.emit
(CodeWriter codeWriter, boolean inline) Emits this annotation to the given code writer.final CodeWriter
ArrayTypeNameImpl.emit
(CodeWriter out) Emits this type name instance to the givenCodeWriter
.final CodeWriter
ArrayTypeNameImpl.emit
(CodeWriter out, boolean varargs) Emits this type name instance to the givenCodeWriter
.final CodeWriter
ClassNameImpl.emit
(CodeWriter out) Emits this type name instance to the givenCodeWriter
.final void
FieldSpecImpl.emit
(CodeWriter codeWriter, Collection<Modifier> implicitModifiers) Emits thisFieldSpec
instance to the given code writer.private final void
JavaFileImpl.emit
(CodeWriter codeWriter) Writes this instance ofJavaFile
to the givenCodeWriter
instance.final void
LambdaSpecImpl.emit
(CodeWriter codeWriter) Emits this lambda to the given code writer.final void
MethodSpecImpl.emit
(CodeWriter codeWriter, Optional<String> enclosingName, Collection<Modifier> implicitModifiers) Emits this method to the given code writer.final CodeWriter
ParameterizedTypeNameImpl.emit
(CodeWriter out) Emits this type name instance to the givenCodeWriter
.final void
ParameterSpecImpl.emit
(CodeWriter codeWriter, boolean varargs) Emits the parameter to the given code writer.TypeNameImpl.emit
(CodeWriter out) Emits this type name instance to the givenCodeWriter
.final void
TypeSpecImpl.emit
(CodeWriter codeWriter, String enumName, Set<Modifier> implicitModifiers) Emit the type to the given code writer.final CodeWriter
TypeVariableNameImpl.emit
(CodeWriter out) Emits this type name instance to the givenCodeWriter
.final CodeWriter
WildcardTypeNameImpl.emit
(CodeWriter out) Emits this type name instance to the givenCodeWriter
.private final void
AnnotationSpecImpl.emit4Foundation
(CodeWriter codeWriter, boolean inline) Emits this annotation to the given code writer.protected final void
AnnotationTypeSpecImpl.emit4Foundation
(CodeWriter codeWriter, String enumName, Set<Modifier> implicitModifiers) Emits the type to the given code writer, using the layout as defined by the Foundation library code.protected final void
ClassSpecImpl.emit4Foundation
(CodeWriter codeWriter, String enumName, Set<Modifier> implicitModifiers) Emits the type to the given code writer, using the layout as defined by the Foundation library code.protected final void
EnumSpecImpl.emit4Foundation
(CodeWriter codeWriter, String enumName, Set<Modifier> implicitModifiers) Emits the type to the given code writer, using the layout as defined by the Foundation library code.protected final void
InterfaceSpecImpl.emit4Foundation
(CodeWriter codeWriter, String enumName, Set<Modifier> implicitModifiers) Emits the type to the given code writer, using the layout as defined by the Foundation library code.private final void
MethodSpecImpl.emit4Foundation
(CodeWriter codeWriter, Optional<String> enclosingName, Collection<Modifier> implicitModifiers) Emits this method to the given code writer, using the Foundation layout.protected final void
RecordSpecImpl.emit4Foundation
(CodeWriter codeWriter, String enumName, Set<Modifier> implicitModifiers) Emits the type to the given code writer, using the layout as defined by the Foundation library code.protected abstract void
TypeSpecImpl.emit4Foundation
(CodeWriter codeWriter, String enumName, Set<Modifier> implicitModifiers) Emits the type to the given code writer, using the layout as defined by the Foundation library code.private final void
AnnotationSpecImpl.emit4JavaPoet
(CodeWriter codeWriter, boolean inline) Emits this annotation to the given code writer using the original JavaPoet layout.protected final void
AnnotationTypeSpecImpl.emit4JavaPoet
(CodeWriter codeWriter, String enumName, Set<Modifier> implicitModifiers) Emits the type to the given code writer, using the layout as defined by the original JavaPoet code.protected final void
ClassSpecImpl.emit4JavaPoet
(CodeWriter codeWriter, String enumName, Set<Modifier> implicitModifiers) Emits the type to the given code writer, using the layout as defined by the original JavaPoet code.protected final void
EnumSpecImpl.emit4JavaPoet
(CodeWriter codeWriter, String enumName, Set<Modifier> implicitModifiers) Emits the type to the given code writer, using the layout as defined by the original JavaPoet code.protected final void
InterfaceSpecImpl.emit4JavaPoet
(CodeWriter codeWriter, String enumName, Set<Modifier> implicitModifiers) Emits the type to the given code writer, using the layout as defined by the original JavaPoet code.private final void
MethodSpecImpl.emit4JavaPoet
(CodeWriter codeWriter, Optional<String> enclosingName, Collection<Modifier> implicitModifiers) Emits this method to the given code writer, using the JavaPoet layout.protected final void
RecordSpecImpl.emit4JavaPoet
(CodeWriter codeWriter, String enumName, Set<Modifier> implicitModifiers) Emits the type to the given code writer, using the layout as defined by the original JavaPoet code.protected abstract void
TypeSpecImpl.emit4JavaPoet
(CodeWriter codeWriter, String enumName, Set<Modifier> implicitModifiers) Emits the type to the given code writer, using the layout as defined by the original JavaPoet code.protected final CodeWriter
TypeNameImpl.emitAnnotations
(CodeWriter out) Emits the annotation from this type name instance to the givenCodeWriter
.private static final void
AnnotationSpecImpl.emitAnnotationValues
(CodeWriter codeWriter, String whitespace, String memberSeparator, List<CodeBlockImpl> values) Emits the values of this annotation to the given code writer.private final CodeWriter
ArrayTypeNameImpl.emitBrackets
(CodeWriter out, boolean varargs) Emits the annotations and the brackets for the array.private final void
MethodSpecImpl.emitJavadoc
(CodeWriter codeWriter) Emits the Javadoc to the given code writer.private final CodeWriter
ArrayTypeNameImpl.emitLeafType
(CodeWriter out) Emits the array's component type.