Uses of Record Class
io.helidon.codegen.CodegenScope
-
Uses of CodegenScope in io.helidon.codegen
Modifier and TypeFieldDescriptionstatic final CodegenScope
CodegenScope.PRODUCTION
Production scope.Modifier and TypeFieldDescriptionstatic final Option
<CodegenScope> CodegenOptions.CODEGEN_SCOPE
Codegen option to configure codegen scope.Modifier and TypeMethodDescriptionCodegenContext.scope()
Current code generation scope.CodegenContextBase.scope()
CodegenContextDelegate.scope()
ModifierConstructorDescriptionprotected
CodegenContextBase
(CodegenOptions options, Set<Option<?>> additionalOptions, CodegenFiler filer, CodegenLogger logger, CodegenScope scope) Create a new instance with the common parts of the API.