mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
21 lines
697 B
Plaintext
21 lines
697 B
Plaintext
// generated by {{generator}}, remove this comment if you wish to edit this file
|
|
{{>ql_stub_module_qldoc}}
|
|
private import {{base_import}}
|
|
{{#has_synth_accessors}}
|
|
private import {{import_prefix}}.Raw
|
|
private import {{import_prefix}}.Synth
|
|
{{/has_synth_accessors}}
|
|
|
|
/**
|
|
* INTERNAL: This module contains the customizable definition of `{{name}}` and should not
|
|
* be referenced directly.
|
|
*/
|
|
module Impl {
|
|
{{>ql_stub_class_qldoc}}
|
|
class {{name}} extends Generated::{{name}} {
|
|
{{#synth_accessors}}
|
|
private
|
|
cached {{type}} getUnderlying{{argument}}() { this = Synth::T{{name}}({{#constructorparams}}{{^first}},{{/first}}{{param}}{{/constructorparams}})}
|
|
{{/synth_accessors}}
|
|
}
|
|
} |