C# Class IKVM.Internal.ClassFile.ConstantPoolItemMI

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

Protected Properties

Свойство Type Description
invokespecialMethod MethodWrapper
method MethodWrapper

Méthodes protégées

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

Private Methods

Méthode Description
ConstantPoolItemMI ( BigEndianBinaryReader br ) : System
GetArgTypes ( ) : TypeWrapper[]
GetMethod ( ) : MethodWrapper
GetMethodForInvokespecial ( ) : MethodWrapper
GetRetType ( ) : TypeWrapper
Link ( TypeWrapper thisType ) : void

Method Details

Validate() protected méthode

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

Property Details

invokespecialMethod protected_oe property

protected MethodWrapper,IKVM.Internal invokespecialMethod
Résultat MethodWrapper

method protected_oe property

protected MethodWrapper,IKVM.Internal method
Résultat MethodWrapper