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 CodegenScopeCodegenScope.PRODUCTIONProduction scope.Fields in io.helidon.codegen with type parameters of type CodegenScopeModifier and TypeFieldDescriptionstatic final Option<CodegenScope> CodegenOptions.CODEGEN_SCOPECodegen 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 CodegenScopeModifierConstructorDescriptionprotectedCodegenContextBase(CodegenOptions options, Set<Option<?>> additionalOptions, CodegenFiler filer, CodegenLogger logger, CodegenScope scope) Create a new instance with the common parts of the API.