C# Class Pchp.CodeAnalysis.Symbols.SpecialParameterSymbol

Synthetized routine parameter.
Inheritance: ParameterSymbol
Afficher le fichier Open project: iolevel/peachpie Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

IsContextParameter() public static méthode

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
Résultat bool

SpecialParameterSymbol() public méthode

public SpecialParameterSymbol ( MethodSymbol symbol, object type, string name, int index ) : System
symbol MethodSymbol
type object
name string
index int
Résultat System