C# Class Pchp.CodeAnalysis.FlowAnalysis.StateBinder

Binds flow state to a routine.
Afficher le fichier Open project: iolevel/peachpie Class Usage Examples

Méthodes publiques

Méthode Description
CreateInitialState ( SourceRoutineSymbol routine ) : FlowState

Creates new type context, flow context and flow state for the routine.

Private Methods

Méthode Description
InitThisVar ( FlowContext ctx, FlowState initialState ) : void

Initializes $this variable, its type and initialized state.

Method Details

CreateInitialState() public static méthode

Creates new type context, flow context and flow state for the routine.
public static CreateInitialState ( SourceRoutineSymbol routine ) : FlowState
routine Pchp.CodeAnalysis.Symbols.SourceRoutineSymbol
Résultat FlowState