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

파일 보기 프로젝트 열기: iolevel/peachpie 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefaultValue Pchp.CodeAnalysis.Semantics.BoundExpression
IsByRef bool
IsVariadic bool
Type TypeRefMask

공개 메소드들

메소드 설명
PhpParam ( TypeRefMask tmask, bool isByRef, bool isVariadic, BoundExpression defaultValue ) : Pchp.CodeAnalysis.FlowAnalysis

메소드 상세

PhpParam() 공개 메소드

public PhpParam ( TypeRefMask tmask, bool isByRef, bool isVariadic, BoundExpression defaultValue ) : Pchp.CodeAnalysis.FlowAnalysis
tmask TypeRefMask
isByRef bool
isVariadic bool
defaultValue Pchp.CodeAnalysis.Semantics.BoundExpression
리턴 Pchp.CodeAnalysis.FlowAnalysis

프로퍼티 상세

DefaultValue 공개적으로 프로퍼티

public BoundExpression,Pchp.CodeAnalysis.Semantics DefaultValue
리턴 Pchp.CodeAnalysis.Semantics.BoundExpression

IsByRef 공개적으로 프로퍼티

Whether the parameter is passed as CLR ref or out.
public bool IsByRef
리턴 bool

IsVariadic 공개적으로 프로퍼티

public bool IsVariadic
리턴 bool

Type 공개적으로 프로퍼티

public TypeRefMask Type
리턴 TypeRefMask