Preparing search index...
The search index is not available
SPeCS Packages Documentation
SPeCS Packages Documentation
@specs-feup/clava
clava/analysis/analysers/BoundsResult
boundsResult
Class boundsResult
Abstract class created as a model for every result of analyser
Hierarchy (
view full
)
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 bounds
Result
(
name
,
node
,
message
,
scopeName
,
initializedFlag
,
unsafeAccessFlag
,
lengths
,
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
array
Name
:
string
initialized
Flag
initialized
Flag
:
boolean
lengths
lengths
:
number
[]
line
line
:
undefined
|
number
= undefined
message
message
:
string
name
name
:
string
scope
Name
scope
Name
:
string
unsafe
Access
Flag
unsafe
Access
Flag
:
boolean
Methods
get
Message
get
Message
(
)
:
string
Returns
string
get
Name
get
Name
(
)
:
string
Returns
string
get
Node
get
Node
(
)
:
Joinpoint
Returns
Joinpoint
perform
Fix
perform
Fix
(
)
:
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