mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
add qldoc to StaticInitializer::getBody
This commit is contained in:
@@ -1145,6 +1145,9 @@ class ParameterField extends FieldDeclaration, @parameter_field {
|
||||
* A static initializer in a class.
|
||||
*/
|
||||
class StaticInitializer extends MemberDefinition, @static_initializer {
|
||||
/**
|
||||
* Gets the body of the static initializer.
|
||||
*/
|
||||
BlockStmt getBody() { result.getParent() = this }
|
||||
|
||||
override Expr getNameExpr() { none() }
|
||||
|
||||
Reference in New Issue
Block a user