Uses of Record Class
io.helidon.codegen.CodegenScope
Packages that use CodegenScope
-
Uses of CodegenScope in io.helidon.codegen
Fields in io.helidon.codegen declared as CodegenScopeModifier and TypeFieldDescriptionstatic final CodegenScope
CodegenScope.PRODUCTION
Production scope.Fields in io.helidon.codegen with type parameters of type CodegenScopeModifier and TypeFieldDescriptionstatic final Option
<CodegenScope> CodegenOptions.CODEGEN_SCOPE
Codegen option to configure codegen scope.Methods in io.helidon.codegen that return CodegenScopeModifier and TypeMethodDescriptionCodegenContext.scope()
Current code generation scope.CodegenContextBase.scope()
CodegenContextDelegate.scope()
Constructors in io.helidon.codegen with parameters of type CodegenScopeModifierConstructorDescriptionprotected
CodegenContextBase
(CodegenOptions options, Set<Option<?>> additionalOptions, CodegenFiler filer, CodegenLogger logger, CodegenScope scope) Create a new instance with the common parts of the API.