C# 클래스 Pchp.CodeAnalysis.FlowAnalysis.StateBinder

Binds flow state to a routine.
파일 보기 프로젝트 열기: iolevel/peachpie 1 사용 예제들

공개 메소드들

메소드 설명
CreateInitialState ( SourceRoutineSymbol routine ) : FlowState

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

비공개 메소드들

메소드 설명
InitThisVar ( FlowContext ctx, FlowState initialState ) : void

Initializes $this variable, its type and initialized state.

메소드 상세

CreateInitialState() 공개 정적인 메소드

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