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

Exibir arquivo Open project: dotnet/corefx

Public Methods

Method Description
Parse ( System.Byte pb ) : bool

Protected Methods

Method Description
NotifyBeginArrayShape ( ) : void
NotifyBeginField ( System.Byte elem_type ) : void
NotifyBeginLocal ( ) : void
NotifyBeginLocals ( System.Byte elem_type ) : void
NotifyBeginMethod ( System.Byte elem_type ) : void
NotifyBeginParam ( ) : void
NotifyBeginProperty ( System.Byte elem_type ) : void
NotifyBeginRetType ( ) : void
NotifyBeginType ( ) : void
NotifyByref ( ) : void
NotifyConstraint ( System.Byte elem_type ) : void
NotifyCustomMod ( System.Byte cmod, System.Int32 token, System.Byte indexType, System.Int32 index ) : void
NotifyEndArrayShape ( ) : void
NotifyEndField ( ) : void
NotifyEndLocal ( ) : void
NotifyEndLocals ( ) : void
NotifyEndMethod ( ) : void
NotifyEndParam ( ) : void
NotifyEndProperty ( ) : void
NotifyEndRetType ( ) : void
NotifyEndType ( ) : void
NotifyGenericParamCount ( System.Int32 count ) : void
NotifyLoBound ( System.Int32 count ) : void
NotifyLocalsCount ( System.Int32 count ) : void
NotifyNumLoBounds ( System.Int32 count ) : void
NotifyNumSizes ( System.Int32 count ) : void
NotifyParamCount ( System.Int32 count ) : void
NotifyRank ( System.Int32 count ) : void
NotifySentinal ( ) : void
NotifySize ( System.Int32 count ) : void
NotifyTypeArray ( ) : void
NotifyTypeClass ( ) : void
NotifyTypeDefOrRef ( System.Int32 token, System.Byte indexType, int index ) : void
NotifyTypeFunctionPointer ( ) : void
NotifyTypeGenericInst ( System.Int32 number ) : void
NotifyTypeGenericMemberVariable ( System.Int32 number ) : void
NotifyTypeGenericTypeVariable ( System.Int32 number ) : void
NotifyTypeInternal ( IntPtr ptr ) : void
NotifyTypePointer ( ) : void
NotifyTypeSimple ( System.Byte elem_type ) : void
NotifyTypeSzArray ( ) : void
NotifyTypeValueType ( ) : void
NotifyTypedByref ( ) : void
NotifyVoid ( ) : void

Private Methods

Method Description
ParseArrayShape ( ) : bool
ParseByte ( System.Byte &pbOut ) : bool
ParseCustomMod ( ) : bool
ParseField ( System.Byte elem_type ) : bool
ParseIntPtr ( IntPtr &ptr ) : bool
ParseInternal ( ) : bool
ParseLocal ( ) : bool
ParseLocals ( System.Byte elem_type ) : bool
ParseMethod ( System.Byte elem_type ) : bool
ParseNumber ( System.Int32 &pOut ) : bool
ParseOptionalCustomMods ( ) : bool
ParseOptionalCustomModsOrConstraint ( ) : bool
ParseParam ( ) : bool
ParseProperty ( System.Byte elem_type ) : bool
ParseRetType ( ) : bool
ParseType ( ) : bool
ParseTypeDefOrRefEncoded ( System.Int32 &pEncoded, System.Byte &pIndexTypeOut, System.Int32 &pIndexOut ) : bool

Method Details

NotifyBeginArrayShape() protected method

protected NotifyBeginArrayShape ( ) : void
return void

NotifyBeginField() protected method

protected NotifyBeginField ( System.Byte elem_type ) : void
elem_type System.Byte
return void

NotifyBeginLocal() protected method

protected NotifyBeginLocal ( ) : void
return void

NotifyBeginLocals() protected method

protected NotifyBeginLocals ( System.Byte elem_type ) : void
elem_type System.Byte
return void

NotifyBeginMethod() protected method

protected NotifyBeginMethod ( System.Byte elem_type ) : void
elem_type System.Byte
return void

NotifyBeginParam() protected method

protected NotifyBeginParam ( ) : void
return void

NotifyBeginProperty() protected method

protected NotifyBeginProperty ( System.Byte elem_type ) : void
elem_type System.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

NotifyConstraint() protected method

protected NotifyConstraint ( System.Byte elem_type ) : void
elem_type System.Byte
return void

NotifyCustomMod() protected method

protected NotifyCustomMod ( System.Byte cmod, System.Int32 token, System.Byte indexType, System.Int32 index ) : void
cmod System.Byte
token System.Int32
indexType System.Byte
index System.Int32
return void

NotifyEndArrayShape() protected method

protected NotifyEndArrayShape ( ) : void
return void

NotifyEndField() protected method

protected NotifyEndField ( ) : void
return void

NotifyEndLocal() protected method

protected NotifyEndLocal ( ) : void
return void

NotifyEndLocals() protected method

protected NotifyEndLocals ( ) : 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 ( System.Int32 count ) : void
count System.Int32
return void

NotifyLoBound() protected method

protected NotifyLoBound ( System.Int32 count ) : void
count System.Int32
return void

NotifyLocalsCount() protected method

protected NotifyLocalsCount ( System.Int32 count ) : void
count System.Int32
return void

NotifyNumLoBounds() protected method

protected NotifyNumLoBounds ( System.Int32 count ) : void
count System.Int32
return void

NotifyNumSizes() protected method

protected NotifyNumSizes ( System.Int32 count ) : void
count System.Int32
return void

NotifyParamCount() protected method

protected NotifyParamCount ( System.Int32 count ) : void
count System.Int32
return void

NotifyRank() protected method

protected NotifyRank ( System.Int32 count ) : void
count System.Int32
return void

NotifySentinal() protected method

protected NotifySentinal ( ) : void
return void

NotifySize() protected method

protected NotifySize ( System.Int32 count ) : void
count System.Int32
return void

NotifyTypeArray() protected method

protected NotifyTypeArray ( ) : void
return void

NotifyTypeClass() protected method

protected NotifyTypeClass ( ) : void
return void

NotifyTypeDefOrRef() protected method

protected NotifyTypeDefOrRef ( System.Int32 token, System.Byte indexType, int index ) : void
token System.Int32
indexType System.Byte
index int
return void

NotifyTypeFunctionPointer() protected method

protected NotifyTypeFunctionPointer ( ) : void
return void

NotifyTypeGenericInst() protected method

protected NotifyTypeGenericInst ( System.Int32 number ) : void
number System.Int32
return void

NotifyTypeGenericMemberVariable() protected method

protected NotifyTypeGenericMemberVariable ( System.Int32 number ) : void
number System.Int32
return void

NotifyTypeGenericTypeVariable() protected method

protected NotifyTypeGenericTypeVariable ( System.Int32 number ) : void
number System.Int32
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 ( System.Byte elem_type ) : void
elem_type System.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 ( System.Byte pb ) : bool
pb System.Byte
return bool