C# Class Pchp.CodeAnalysis.Semantics.Graph.ControlFlowGraph.LabelBlockState

Label state.
显示文件 Open project: iolevel/peachpie Class Usage Examples

Public Properties

Property Type Description
Flags LabelBlockFlags
Label string
LabelSpan Span
TargetBlock BoundBlock

Property Details

Flags public_oe property

Label information.
public LabelBlockFlags Flags
return LabelBlockFlags

Label public_oe property

Label identifier.
public string Label
return string

LabelSpan public_oe property

Positions of label definition and last label use.
public Span LabelSpan
return Span

TargetBlock public_oe property

Lable target block.
public BoundBlock,Pchp.CodeAnalysis.Semantics.Graph TargetBlock
return BoundBlock