C# Class Pchp.CodeAnalysis.Symbols.CoreMethods

Set of well-known methods declared in a core library.
Show file Open project: iolevel/peachpie Class Usage Examples

Public Properties

Property Type Description
Context ContextHolder
Ctors ConstructorsHolder
Dynamic DynamicHolder
IPhpArray IPhpArrayHolder
Operators OperatorsHolder
PhpAlias PhpAliasHolder
PhpArray PhpArrayHolder
PhpNumber PhpNumberHolder
PhpString PhpStringHolder
PhpValue PhpValueHolder
Reflection ReflectionHolder

Public Methods

Method Description
CoreMethods ( CoreTypes types ) : Microsoft.CodeAnalysis

Method Details

CoreMethods() public method

public CoreMethods ( CoreTypes types ) : Microsoft.CodeAnalysis
types CoreTypes
return Microsoft.CodeAnalysis

Property Details

Context public property

public ContextHolder Context
return ContextHolder

Ctors public property

public ConstructorsHolder Ctors
return ConstructorsHolder

Dynamic public property

public DynamicHolder Dynamic
return DynamicHolder

IPhpArray public property

public IPhpArrayHolder IPhpArray
return IPhpArrayHolder

Operators public property

public OperatorsHolder Operators
return OperatorsHolder

PhpAlias public property

public PhpAliasHolder PhpAlias
return PhpAliasHolder

PhpArray public property

public PhpArrayHolder PhpArray
return PhpArrayHolder

PhpNumber public property

public PhpNumberHolder PhpNumber
return PhpNumberHolder

PhpString public property

public PhpStringHolder PhpString
return PhpStringHolder

PhpValue public property

public PhpValueHolder PhpValue
return PhpValueHolder

Reflection public property

public ReflectionHolder Reflection
return ReflectionHolder