diff --git a/typedoc/classes/LiveVariables.html b/typedoc/classes/LiveVariables.html
index 0267f59f2e..0bad6c40c7 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
add
- add(ref): void
Returns void
propagate
- propagate(liveVariablesMap): boolean
Returns boolean
+
Constructors
Properties
gen
gen: Set<Variable> = ...
in
in: Set<Variable> = ...
kill
kill: Set<Variable> = ...
segment
segment: CodePathSegment
Methods
add
- add(ref): void
Returns void
propagate
- propagate(liveVariablesMap): boolean
Returns boolean
diff --git a/typedoc/classes/ReachingDefinitions.html b/typedoc/classes/ReachingDefinitions.html
index 39b0c438ee..0a3ca71455 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): void
Returns void
join
- join(previousOut): void
Parameters
- previousOut: Map<Variable, Values>
Returns void
propagate
- propagate(reachingDefinitionsMap): boolean
Returns boolean
updateProgramState
- updateProgramState(ref, programState): 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): void
Returns void
join
- join(previousOut): void
Parameters
- previousOut: Map<Variable, Values>
Returns void
propagate
- propagate(reachingDefinitionsMap): boolean
Returns boolean
updateProgramState
- updateProgramState(ref, programState): void
Parameters
- ref: Reference
- programState: Map<Variable, Values>
Returns void
diff --git a/typedoc/functions/AwsCdkCheckArguments.html b/typedoc/functions/AwsCdkCheckArguments.html
index 5cfd91dd61..83cb1b40f8 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)
- (expr, ctx): undefined | Node
Parameters
- expr: NewExpression
- ctx: RuleContext
Returns undefined | Node
variables that are being read in the block
-