C# 클래스 Pchp.CodeAnalysis.Symbols.SpecialParameterSymbol

Synthetized routine parameter.
상속: ParameterSymbol
파일 보기 프로젝트 열기: iolevel/peachpie 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
IsContextParameter ( ParameterSymbol p ) : bool

Determines whether given parameter is treated as a special Context parameter which is always first and of type Pchp.Core.Context.

SpecialParameterSymbol ( MethodSymbol symbol, object type, string name, int index ) : System

메소드 상세

IsContextParameter() 공개 정적인 메소드

Determines whether given parameter is treated as a special Context parameter which is always first and of type Pchp.Core.Context.
public static IsContextParameter ( ParameterSymbol p ) : bool
p ParameterSymbol
리턴 bool

SpecialParameterSymbol() 공개 메소드

public SpecialParameterSymbol ( MethodSymbol symbol, object type, string name, int index ) : System
symbol MethodSymbol
type object
name string
index int
리턴 System