slreportgen.finder.FunctionReferenceResult Class
Namespace: slreportgen.finder
Superclasses: mlreportgen.finder.Result
Description
Use objects of the class slreportgen.finder.FunctionReferenceResult
to
report on a referenced function found by an
slreportgen.finder.FunctionReferenceFinder
object.
The slreportgen.finder.FunctionReferenceResult
class is a handle
class.
Creation
You do not create FunctionReferenceResult
objects explicitly. The
slreportgen.finder.FunctionReferenceFinder
methods find
and next
create a
FunctionReferenceResult
object for each function reference the finder
finds.
Properties
Public Properties
Tag
— Additional user-defined information
[] (default) | string scalar | character vector | object | ...
Additional user-defined information to add to the result, specified as any value.
Attributes:
NonCopyable | true |
Protected Properties
Object
— Name of function represented by this result object
string scalar
Name of the function represented by this result object, specified as a string scalar.
Attributes:
GetAccess | public |
SetAccess | protected |
Data Types: string
FunctionType
— Type of function represented by this result object
"built-in" | "user-defined"
Type of function represented by this result object, specified as
"built-in"
or "user-defined"
.
Attributes:
GetAccess | public |
SetAccess | protected |
Data Types: string
FilePath
— Full path of MATLAB® program file
string scalar
Full path of the MATLAB program file, specified as a string scalar, or an empty
string scalar if the FunctionType
property is
"built-in"
.
Attributes:
GetAccess | public |
SetAccess | protected |
Data Types: string
CallingBlocks
— List of blocks that reference the function
string array
List of blocks that reference the function, specified as a string array. Each
element in the list corresponds to the elements with the same positional index in the
BlockParameters
and CallingExpressions
properties.
Attributes:
GetAccess | public |
SetAccess | protected |
Data Types: string
BlockParameters
— List of parameters that reference the function in the calling blocks
string array
List of parameters that reference the function in the calling blocks, specified as
a string array. Each element in the list corresponds to the elements with the same
positional index in the CallingBlocks
and
CallingExpressions
properties.
Attributes:
GetAccess | public |
SetAccess | protected |
Data Types: string
CallingExpressions
— List of expressions used to reference the function in the calling blocks
string array
List of expressions used to reference the function in the calling blocks,
specified as a string array. Each element in the list corresponds to the elements with
the same positional index in the CallingBlocks
and
BlockParameters
properties.
Attributes:
GetAccess | public |
SetAccess | protected |
Data Types: string
Methods
Public Methods
getReporter |
|
getDefaultSummaryTableTitle |
|
getDefaultSummaryProperties |
|
getReporterLinkTargetID |
|
getPropertyValues |
|
Version History
Introduced in R2022a
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)