C# Class Pchp.CodeAnalysis.Symbols.PhpParam

Afficher le fichier Open project: iolevel/peachpie Class Usage Examples

Méthodes publiques

Свойство Type Description
DefaultValue Pchp.CodeAnalysis.Semantics.BoundExpression
IsByRef bool
IsVariadic bool
Type TypeRefMask

Méthodes publiques

Méthode Description
PhpParam ( TypeRefMask tmask, bool isByRef, bool isVariadic, BoundExpression defaultValue ) : Pchp.CodeAnalysis.FlowAnalysis

Method Details

PhpParam() public méthode

public PhpParam ( TypeRefMask tmask, bool isByRef, bool isVariadic, BoundExpression defaultValue ) : Pchp.CodeAnalysis.FlowAnalysis
tmask TypeRefMask
isByRef bool
isVariadic bool
defaultValue Pchp.CodeAnalysis.Semantics.BoundExpression
Résultat Pchp.CodeAnalysis.FlowAnalysis

Property Details

DefaultValue public_oe property

public BoundExpression,Pchp.CodeAnalysis.Semantics DefaultValue
Résultat Pchp.CodeAnalysis.Semantics.BoundExpression

IsByRef public_oe property

Whether the parameter is passed as CLR ref or out.
public bool IsByRef
Résultat bool

IsVariadic public_oe property

public bool IsVariadic
Résultat bool

Type public_oe property

public TypeRefMask Type
Résultat TypeRefMask