diff --git a/typedoc/classes/LiveVariables.html b/typedoc/classes/LiveVariables.html
index 3d311cae83..7231b440b1 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 728dfc2843..c175141953 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 00dc7ac862..1949bf01e5 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
-