Uses of Class
org.tquadrat.foundation.javacomposer.internal.CodeBlockImpl.CodeBlockJoiner
Packages that use CodeBlockImpl.CodeBlockJoiner
Package
Description
The implementations for the interfaces from the package
org.tquadrat.foundation.javacomposer
.-
Uses of CodeBlockImpl.CodeBlockJoiner in org.tquadrat.foundation.javacomposer.internal
Methods in org.tquadrat.foundation.javacomposer.internal that return CodeBlockImpl.CodeBlockJoinerModifier and TypeMethodDescriptionCodeBlockImpl.CodeBlockJoiner.add
(CodeBlockImpl codeBlock) Adds another code block.CodeBlockImpl.CodeBlockJoiner.merge
(CodeBlockImpl.CodeBlockJoiner other) Merges this code block joiner with the given other one.Methods in org.tquadrat.foundation.javacomposer.internal with parameters of type CodeBlockImpl.CodeBlockJoinerModifier and TypeMethodDescriptionCodeBlockImpl.CodeBlockJoiner.merge
(CodeBlockImpl.CodeBlockJoiner other) Merges this code block joiner with the given other one.