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