Class NoArgCallEmitter<T>
- java.lang.Object
-
- com.atlassian.bamboo.specs.codegen.emitters.fragment.NoArgCallEmitter<T>
-
- All Implemented Interfaces:
CodeEmitter<T>
public class NoArgCallEmitter<T> extends java.lang.Object implements CodeEmitter<T>
-
-
Constructor Summary
Constructors Constructor Description NoArgCallEmitter(@NotNull java.lang.String methodName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.lang.StringemitCode(@NotNull CodeGenerationContext context, T value)
-
-
-
Method Detail
-
emitCode
@NotNull public @NotNull java.lang.String emitCode(@NotNull @NotNull CodeGenerationContext context, @NotNull T value) throws CodeGenerationException- Specified by:
emitCodein interfaceCodeEmitter<T>- Throws:
CodeGenerationException
-
-