@eagleoutice/flowr - v2.15.8
Preparing search index...
src/dataflow/graph/vertex
VertexByType
Interface VertexByType
Maps a
VertexType
to the vertex it tags, so
DfgVertex.is
can narrow from a tag alone.
interface
VertexByType
{
fcall
:
DataflowGraphVertexFunctionCall
;
fdef
:
DataflowGraphVertexFunctionDefinition
;
use
:
DataflowGraphVertexUse
;
value
:
DataflowGraphVertexValue
;
vdef
:
DataflowGraphVertexVariableDefinition
;
}
Index
Properties
fcall
fdef
use
value
vdef
Properties
fcall
fcall
:
DataflowGraphVertexFunctionCall
fdef
fdef
:
DataflowGraphVertexFunctionDefinition
use
use
:
DataflowGraphVertexUse
value
value
:
DataflowGraphVertexValue
vdef
vdef
:
DataflowGraphVertexVariableDefinition
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fcall
fdef
use
value
vdef
@eagleoutice/flowr - v2.15.8
Loading...
Maps a VertexType to the vertex it tags, so DfgVertex.is can narrow from a tag alone.