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

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
Parse ( System.Byte pb ) : bool

Méthodes protégées

Méthode 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

Méthode 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 méthode

protected NotifyBeginArrayShape ( ) : void
Résultat void

NotifyBeginField() protected méthode

protected NotifyBeginField ( System.Byte elem_type ) : void
elem_type System.Byte
Résultat void

NotifyBeginLocal() protected méthode

protected NotifyBeginLocal ( ) : void
Résultat void

NotifyBeginLocals() protected méthode

protected NotifyBeginLocals ( System.Byte elem_type ) : void
elem_type System.Byte
Résultat void

NotifyBeginMethod() protected méthode

protected NotifyBeginMethod ( System.Byte elem_type ) : void
elem_type System.Byte
Résultat void

NotifyBeginParam() protected méthode

protected NotifyBeginParam ( ) : void
Résultat void

NotifyBeginProperty() protected méthode

protected NotifyBeginProperty ( System.Byte elem_type ) : void
elem_type System.Byte
Résultat void

NotifyBeginRetType() protected méthode

protected NotifyBeginRetType ( ) : void
Résultat void

NotifyBeginType() protected méthode

protected NotifyBeginType ( ) : void
Résultat void

NotifyByref() protected méthode

protected NotifyByref ( ) : void
Résultat void

NotifyConstraint() protected méthode

protected NotifyConstraint ( System.Byte elem_type ) : void
elem_type System.Byte
Résultat void

NotifyCustomMod() protected méthode

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
Résultat void

NotifyEndArrayShape() protected méthode

protected NotifyEndArrayShape ( ) : void
Résultat void

NotifyEndField() protected méthode

protected NotifyEndField ( ) : void
Résultat void

NotifyEndLocal() protected méthode

protected NotifyEndLocal ( ) : void
Résultat void

NotifyEndLocals() protected méthode

protected NotifyEndLocals ( ) : void
Résultat void

NotifyEndMethod() protected méthode

protected NotifyEndMethod ( ) : void
Résultat void

NotifyEndParam() protected méthode

protected NotifyEndParam ( ) : void
Résultat void

NotifyEndProperty() protected méthode

protected NotifyEndProperty ( ) : void
Résultat void

NotifyEndRetType() protected méthode

protected NotifyEndRetType ( ) : void
Résultat void

NotifyEndType() protected méthode

protected NotifyEndType ( ) : void
Résultat void

NotifyGenericParamCount() protected méthode

protected NotifyGenericParamCount ( System.Int32 count ) : void
count System.Int32
Résultat void

NotifyLoBound() protected méthode

protected NotifyLoBound ( System.Int32 count ) : void
count System.Int32
Résultat void

NotifyLocalsCount() protected méthode

protected NotifyLocalsCount ( System.Int32 count ) : void
count System.Int32
Résultat void

NotifyNumLoBounds() protected méthode

protected NotifyNumLoBounds ( System.Int32 count ) : void
count System.Int32
Résultat void

NotifyNumSizes() protected méthode

protected NotifyNumSizes ( System.Int32 count ) : void
count System.Int32
Résultat void

NotifyParamCount() protected méthode

protected NotifyParamCount ( System.Int32 count ) : void
count System.Int32
Résultat void

NotifyRank() protected méthode

protected NotifyRank ( System.Int32 count ) : void
count System.Int32
Résultat void

NotifySentinal() protected méthode

protected NotifySentinal ( ) : void
Résultat void

NotifySize() protected méthode

protected NotifySize ( System.Int32 count ) : void
count System.Int32
Résultat void

NotifyTypeArray() protected méthode

protected NotifyTypeArray ( ) : void
Résultat void

NotifyTypeClass() protected méthode

protected NotifyTypeClass ( ) : void
Résultat void

NotifyTypeDefOrRef() protected méthode

protected NotifyTypeDefOrRef ( System.Int32 token, System.Byte indexType, int index ) : void
token System.Int32
indexType System.Byte
index int
Résultat void

NotifyTypeFunctionPointer() protected méthode

protected NotifyTypeFunctionPointer ( ) : void
Résultat void

NotifyTypeGenericInst() protected méthode

protected NotifyTypeGenericInst ( System.Int32 number ) : void
number System.Int32
Résultat void

NotifyTypeGenericMemberVariable() protected méthode

protected NotifyTypeGenericMemberVariable ( System.Int32 number ) : void
number System.Int32
Résultat void

NotifyTypeGenericTypeVariable() protected méthode

protected NotifyTypeGenericTypeVariable ( System.Int32 number ) : void
number System.Int32
Résultat void

NotifyTypeInternal() protected méthode

protected NotifyTypeInternal ( IntPtr ptr ) : void
ptr IntPtr
Résultat void

NotifyTypePointer() protected méthode

protected NotifyTypePointer ( ) : void
Résultat void

NotifyTypeSimple() protected méthode

protected NotifyTypeSimple ( System.Byte elem_type ) : void
elem_type System.Byte
Résultat void

NotifyTypeSzArray() protected méthode

protected NotifyTypeSzArray ( ) : void
Résultat void

NotifyTypeValueType() protected méthode

protected NotifyTypeValueType ( ) : void
Résultat void

NotifyTypedByref() protected méthode

protected NotifyTypedByref ( ) : void
Résultat void

NotifyVoid() protected méthode

protected NotifyVoid ( ) : void
Résultat void

Parse() public méthode

public Parse ( System.Byte pb ) : bool
pb System.Byte
Résultat bool