Skip to main content

Module types

Module types 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Structs§

MatlabAnalysisCache
MatlabAnnotation
A MATLAB function documentation annotation.
MatlabArgValidation
Argument validation block entry.
MatlabBackend
Backend state for emitting MATLAB source code.
MatlabCacheEntry
MatlabCellArray
A MATLAB cell array literal.
MatlabClassdef
MATLAB classdef definition.
MatlabConstantFoldingHelper
MatlabDepGraph
MatlabDominatorTree
MatlabFile
Top-level MATLAB file structure.
MatlabFunction
A MATLAB function definition.
MatlabGenConfig
Configuration for the MATLAB code generator.
MatlabLivenessInfo
MatlabMatrix
A MATLAB matrix literal.
MatlabModuleBuilder
A high-level builder for MATLAB modules (collections of functions).
MatlabNumericOps
Helpers for constructing common MATLAB numeric operations.
MatlabOptimizer
A simple constant-folding optimizer for MATLAB expressions.
MatlabParam
MATLAB function parameter with optional validation.
MatlabPassConfig
MatlabPassRegistry
MatlabPassStats
MatlabPlot
A MATLAB plot specification.
MatlabProperty
MATLAB classdef property.
MatlabScript
A MATLAB script (executed top-to-bottom, no function signature).
MatlabStats
Statistics about a generated MATLAB module.
MatlabStructField
A MATLAB struct field value.
MatlabStructLiteral
A MATLAB struct literal.
MatlabTypeChecker
A basic type-consistency checker for MATLAB expressions.
MatlabValidation
Helpers for generating MATLAB input validation statements.
MatlabWorklist

Enums§

MatlabExpr
MATLAB expression.
MatlabLiteral
Literal values in MATLAB.
MatlabPassPhase
MatlabStmt
MATLAB statement.
MatlabType
MATLAB type representation.
PropAccess
Property access level.