SPeCS Packages Documentation
Preparing search index...
@specs-feup/clava
clava/analysis/analysers/BoundsResult
BoundsResult
Class BoundsResult
Abstract class created as a model for every result of analyser
Hierarchy (
View Summary
)
AnalyserResult
BoundsResult
Index
Constructors
constructor
Properties
array
Name
initialized
Flag
lengths
line
message
name
scope
Name
unsafe
Access
Flag
Methods
get
Message
get
Name
get
Node
perform
Fix
Constructors
constructor
new
BoundsResult
(
name
:
string
,
node
:
Vardecl
,
message
:
string
,
scopeName
:
string
,
initializedFlag
:
boolean
,
unsafeAccessFlag
:
boolean
,
lengths
:
number
[]
,
fix
?:
Fix
,
)
:
BoundsResult
Parameters
name
:
string
node
:
Vardecl
message
:
string
scopeName
:
string
initializedFlag
:
boolean
unsafeAccessFlag
:
boolean
lengths
:
number
[]
Optional
fix
:
Fix
Returns
BoundsResult
Properties
array
Name
arrayName
:
string
initialized
Flag
initializedFlag
:
boolean
lengths
lengths
:
number
[]
line
line
:
number
|
undefined
= undefined
message
message
:
string
name
name
:
string
scope
Name
scopeName
:
string
unsafe
Access
Flag
unsafeAccessFlag
:
boolean
Methods
get
Message
getMessage
()
:
string
Returns
string
get
Name
getName
()
:
string
Returns
string
get
Node
getNode
()
:
Joinpoint
Returns
Joinpoint
perform
Fix
performFix
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
array
Name
initialized
Flag
lengths
line
message
name
scope
Name
unsafe
Access
Flag
Methods
get
Message
get
Name
get
Node
perform
Fix
SPeCS Packages Documentation
Loading...
Abstract class created as a model for every result of analyser