Uses of Class
org.faktorips.codegen.CodeFragment
Packages that use CodeFragment
-
Uses of CodeFragment in org.faktorips.codegen
Classes in org.faktorips.codegen with type parameters of type CodeFragmentModifier and TypeInterfaceDescriptioninterfaceBaseDatatypeHelper<T extends CodeFragment>Interface that defines functionality needed to generate source code for data types.classConversionCodeGenerator<T extends CodeFragment>The ConversionCodeGenerator extends the ConversionMatrix with the ability to generate the Java source code needed to convert the value of a given data type to another (if the conversion is possible).interfaceSingleConversionCg<T extends CodeFragment>Subclasses of CodeFragment in org.faktorips.codegenModifier and TypeClassDescriptionclassThe class represents a Java source code fragment.Methods in org.faktorips.codegen that return CodeFragmentModifier and TypeMethodDescriptionCodeFragment.append(char c) Appends the given char to the source code.Appends the given String to the source code.CodeFragment.append(CodeFragment fragment) Appends the given fragment to his fragment and indents it properly.CodeFragment.appendJoined(Iterable<?> iterable) Appends the givenIterable's content converted to String and separated by ", " to the source code.CodeFragment.appendJoined(Object[] array) Appends the given array's content converted to String and separated by ", " to the source code.CodeFragment.appendln()Appends a line separator to the source code.CodeFragment.appendln(char c) Appends the given char to the source code.Appends the given String and a line separator to the source code.CodeFragment.appendlnUnindented(String arg) Appends the given String as is to the source code without indenting it.CodeFragment.appendQuoted(String s) Encloses the given String with double quotes (") and appends it to the source code.Methods in org.faktorips.codegen with parameters of type CodeFragmentModifier and TypeMethodDescriptionCodeFragment.append(CodeFragment fragment) Appends the given fragment to his fragment and indents it properly.JavaCodeFragment.append(CodeFragment fragment) Appends the given fragment to his fragment and indents it properly.Constructors in org.faktorips.codegen with parameters of type CodeFragment