C# Class Pchp.CodeAnalysis.Semantics.Graph.SwitchEdge

Mostrar archivo Open project: iolevel/peachpie Class Usage Examples

Public Methods

Method Description
Visit ( GraphVisitor visitor ) : void

Visits the object by given visitor.

Private Methods

Method Description
Generate ( CodeGenerator cg ) : void
GetSwitchCaseLabels ( IEnumerable sections ) : object>[].KeyValuePair

Gets case labels.

Int32Constant ( object value ) : ConstantValue
IsInt32 ( object value ) : bool
IsString ( object value ) : bool
SwitchEdge ( BoundBlock source, BoundExpression switchValue, CaseBlock caseBlocks, BoundBlock endBlock ) : Microsoft.CodeAnalysis.Semantics

Method Details

Visit() public method

Visits the object by given visitor.
public Visit ( GraphVisitor visitor ) : void
visitor GraphVisitor
return void