C# Class System.Linq.Expressions.Tests.LocalsSignatureParser

Inheritance: SigParser
Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
LocalsSignatureParser ( ITokenResolver tokenResolver, ITypeFactory typeFactory ) : System.Collections.Generic
Parse ( byte sig, Type &types ) : bool

Protected Methods

Method Description
NotifyBeginArrayShape ( ) : void
NotifyBeginField ( byte elem_type ) : void
NotifyBeginMethod ( byte elem_type ) : void
NotifyBeginParam ( ) : void
NotifyBeginProperty ( byte elem_type ) : void
NotifyBeginRetType ( ) : void
NotifyBeginType ( ) : void
NotifyByref ( ) : void
NotifyEndArrayShape ( ) : void
NotifyEndField ( ) : void
NotifyEndMethod ( ) : void
NotifyEndParam ( ) : void
NotifyEndProperty ( ) : void
NotifyEndRetType ( ) : void
NotifyEndType ( ) : void
NotifyGenericParamCount ( int count ) : void
NotifyLoBound ( int count ) : void
NotifyNumLoBounds ( int count ) : void
NotifyNumSizes ( int count ) : void
NotifyParamCount ( int count ) : void
NotifyRank ( int count ) : void
NotifySize ( int count ) : void
NotifyTypeClass ( ) : void
NotifyTypeDefOrRef ( int token, byte indexType, int index ) : void
NotifyTypeGenericInst ( int number ) : void
NotifyTypeInternal ( IntPtr ptr ) : void
NotifyTypePointer ( ) : void
NotifyTypeSimple ( byte elem_type ) : void
NotifyTypeSzArray ( ) : void
NotifyTypeValueType ( ) : void
NotifyTypedByref ( ) : void
NotifyVoid ( ) : void

Private Methods

Method Description
ToType ( byte corType ) : Type

Method Details

LocalsSignatureParser() public method

public LocalsSignatureParser ( ITokenResolver tokenResolver, ITypeFactory typeFactory ) : System.Collections.Generic
tokenResolver ITokenResolver
typeFactory ITypeFactory
return System.Collections.Generic

NotifyBeginArrayShape() protected method

protected NotifyBeginArrayShape ( ) : void
return void

NotifyBeginField() protected method

protected NotifyBeginField ( byte elem_type ) : void
elem_type byte
return void

NotifyBeginMethod() protected method

protected NotifyBeginMethod ( byte elem_type ) : void
elem_type byte
return void

NotifyBeginParam() protected method

protected NotifyBeginParam ( ) : void
return void

NotifyBeginProperty() protected method

protected NotifyBeginProperty ( byte elem_type ) : void
elem_type byte
return void

NotifyBeginRetType() protected method

protected NotifyBeginRetType ( ) : void
return void

NotifyBeginType() protected method

protected NotifyBeginType ( ) : void
return void

NotifyByref() protected method

protected NotifyByref ( ) : void
return void

NotifyEndArrayShape() protected method

protected NotifyEndArrayShape ( ) : void
return void

NotifyEndField() protected method

protected NotifyEndField ( ) : void
return void

NotifyEndMethod() protected method

protected NotifyEndMethod ( ) : void
return void

NotifyEndParam() protected method

protected NotifyEndParam ( ) : void
return void

NotifyEndProperty() protected method

protected NotifyEndProperty ( ) : void
return void

NotifyEndRetType() protected method

protected NotifyEndRetType ( ) : void
return void

NotifyEndType() protected method

protected NotifyEndType ( ) : void
return void

NotifyGenericParamCount() protected method

protected NotifyGenericParamCount ( int count ) : void
count int
return void

NotifyLoBound() protected method

protected NotifyLoBound ( int count ) : void
count int
return void

NotifyNumLoBounds() protected method

protected NotifyNumLoBounds ( int count ) : void
count int
return void

NotifyNumSizes() protected method

protected NotifyNumSizes ( int count ) : void
count int
return void

NotifyParamCount() protected method

protected NotifyParamCount ( int count ) : void
count int
return void

NotifyRank() protected method

protected NotifyRank ( int count ) : void
count int
return void

NotifySize() protected method

protected NotifySize ( int count ) : void
count int
return void

NotifyTypeClass() protected method

protected NotifyTypeClass ( ) : void
return void

NotifyTypeDefOrRef() protected method

protected NotifyTypeDefOrRef ( int token, byte indexType, int index ) : void
token int
indexType byte
index int
return void

NotifyTypeGenericInst() protected method

protected NotifyTypeGenericInst ( int number ) : void
number int
return void

NotifyTypeInternal() protected method

protected NotifyTypeInternal ( IntPtr ptr ) : void
ptr IntPtr
return void

NotifyTypePointer() protected method

protected NotifyTypePointer ( ) : void
return void

NotifyTypeSimple() protected method

protected NotifyTypeSimple ( byte elem_type ) : void
elem_type byte
return void

NotifyTypeSzArray() protected method

protected NotifyTypeSzArray ( ) : void
return void

NotifyTypeValueType() protected method

protected NotifyTypeValueType ( ) : void
return void

NotifyTypedByref() protected method

protected NotifyTypedByref ( ) : void
return void

NotifyVoid() protected method

protected NotifyVoid ( ) : void
return void

Parse() public method

public Parse ( byte sig, Type &types ) : bool
sig byte
types Type
return bool