C# Class IKVM.Internal.ClassFile.ConstantPoolItemFMI

Inheritance: ConstantPoolItem
Afficher le fichier Open project: samskivert/ikvm-monotouch

Private Properties

Свойство Type Description
ConstantPoolItemFMI System
GetClassType TypeWrapper
Link void
Resolve void

Méthodes protégées

Méthode Description
Validate ( string name, string descriptor, int majorVersion ) : void

Private Methods

Méthode Description
ConstantPoolItemFMI ( BigEndianBinaryReader br ) : System
GetClassType ( ) : TypeWrapper
Link ( TypeWrapper thisType ) : void
Resolve ( ClassFile classFile ) : void

Method Details

Validate() protected abstract méthode

protected abstract Validate ( string name, string descriptor, int majorVersion ) : void
name string
descriptor string
majorVersion int
Résultat void