C# Class Pchp.Core.Reflection.RoutinesAppContext

Mostra file Open project: iolevel/peachpie

Public Properties

Property Type Description
AppRoutines List
ContextRoutinesCounter RoutinesTable.RoutinesCount
NameToIndex int>.Dictionary

Public Methods

Method Description
DeclareRoutine ( string name, RuntimeMethodHandle handle ) : void

Adds referenced symbol into the map. In case of redeclaration, the handle is added to the list.

Method Details

DeclareRoutine() public static method

Adds referenced symbol into the map. In case of redeclaration, the handle is added to the list.
public static DeclareRoutine ( string name, RuntimeMethodHandle handle ) : void
name string
handle System.RuntimeMethodHandle
return void

Property Details

AppRoutines public_oe static_oe property

public static List AppRoutines
return List

ContextRoutinesCounter public_oe static_oe property

public static RoutinesTable.RoutinesCount,Pchp.Core.Reflection ContextRoutinesCounter
return RoutinesTable.RoutinesCount

NameToIndex public_oe static_oe property

public static Dictionary NameToIndex
return int>.Dictionary