diff --git a/typedoc/classes/LiveVariables.html b/typedoc/classes/LiveVariables.html
index c31fcb2b9cf..6223c84ed64 100644
--- a/typedoc/classes/LiveVariables.html
+++ b/typedoc/classes/LiveVariables.html
@@ -1,4 +1,4 @@
-
LiveVariables | SonarJS linter helper functions Index
Constructors
constructor
+
LiveVariables | SonarJS linter helper functions Constructors
Properties
gen
gen: Set<Variable> = ...
in
in: Set<Variable> = ...
kill
kill: Set<Variable> = ...
segment
segment: CodePathSegment
Methods
propagate
- propagate(liveVariablesMap: Map<string, LiveVariables>): boolean
Returns boolean
+
Constructors
Properties
gen
gen: Set<Variable> = ...
in
in: Set<Variable> = ...
kill
kill: Set<Variable> = ...
segment
segment: CodePathSegment
Methods
propagate
- propagate(liveVariablesMap: Map<string, LiveVariables>): boolean
Returns boolean
diff --git a/typedoc/classes/ReachingDefinitions.html b/typedoc/classes/ReachingDefinitions.html
index 1b7c59c4d92..b9fde801d0b 100644
--- a/typedoc/classes/ReachingDefinitions.html
+++ b/typedoc/classes/ReachingDefinitions.html
@@ -1,4 +1,4 @@
-ReachingDefinitions | SonarJS linter helper functionsClass ReachingDefinitions
Index
Constructors
constructor
+
ReachingDefinitions | SonarJS linter helper functionsClass ReachingDefinitions
Constructors
Properties
in
in: Map<Variable, Values> = ... out
out: Map<Variable, Values> = ... references
references: Set<Reference> = ...
segment
segment: CodePathSegment
Methods
add
- add(ref: Reference): void
Returns void
join
- join(previousOut: Map<Variable, Values>): void
Parameters
- previousOut: Map<Variable, Values>
Returns void
updateProgramState
- updateProgramState(ref: Reference, programState: Map<Variable, Values>): void
Parameters
- ref: Reference
- programState: Map<Variable, Values>
Returns void
+
Constructors
Properties
in
in: Map<Variable, Values> = ... out
out: Map<Variable, Values> = ... references
references: Set<Reference> = ...
segment
segment: CodePathSegment
Methods
add
- add(ref: Reference): void
Returns void
join
- join(previousOut: Map<Variable, Values>): void
Parameters
- previousOut: Map<Variable, Values>
Returns void
updateProgramState
- updateProgramState(ref: Reference, programState: Map<Variable, Values>): void
Parameters
- ref: Reference
- programState: Map<Variable, Values>
Returns void
diff --git a/typedoc/functions/AwsCdkCheckArguments.html b/typedoc/functions/AwsCdkCheckArguments.html
index 66ffbca0723..2aa51329aba 100644
--- a/typedoc/functions/AwsCdkCheckArguments.html
+++ b/typedoc/functions/AwsCdkCheckArguments.html
@@ -8,4 +8,4 @@
Optional
values: ValuesByTypesilent: boolean = falseposition: number = AWS_OPTIONS_ARGUMENT_POSITIONReturns (expr: NewExpression, ctx: RuleContext) => undefined | Node
variables that are being read in the block
-