C# Class Pchp.CodeAnalysis.Symbols.SpecialParameterSymbol

Synthetized routine parameter.
Inheritance: ParameterSymbol
Exibir arquivo Open project: iolevel/peachpie Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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
return bool

SpecialParameterSymbol() public method

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