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

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

Private Properties

Property Type Description
Emit void
EmitTmpRet void
Subscribe void

Private Methods

Method Description
Emit ( CodeGenerator cg ) : void
EmitTmpRet ( CodeGenerator cg, Symbols stack ) : void

Stores value from top of the evaluation stack to a temporary variable which will be returned from the exit block.

Subscribe ( BoundBlock x ) : void

Subscribe a block to be analysed when the exit block is reached and the routine return value changes.