mirror of
https://github.com/github/codeql.git
synced 2026-04-18 21:44:02 +02:00
19 lines
558 B
Plaintext
19 lines
558 B
Plaintext
// generated by {{generator}}, remove this comment if you wish to edit this file
|
|
private import {{base_import}}
|
|
{{#has_ipa_accessors}}
|
|
private import {{import_prefix}}.Raw
|
|
private import {{import_prefix}}.Synth
|
|
{{/has_ipa_accessors}}
|
|
|
|
{{#ql_internal}}
|
|
/**
|
|
* INTERNAL: Do not use.
|
|
*/
|
|
{{/ql_internal}}
|
|
class {{name}} extends Generated::{{name}} {
|
|
{{#ipa_accessors}}
|
|
private
|
|
cached {{type}} getUnderlying{{argument}}() { this = Synth::T{{name}}({{#constructorparams}}{{^first}},{{/first}}{{param}}{{/constructorparams}})}
|
|
{{/ipa_accessors}}
|
|
}
|