C# Class IKVM.Internal.ClassFile.ConstantPoolItemMI

Inheritance: ConstantPoolItemFMI
Datei anzeigen Open project: samskivert/ikvm-monotouch

Protected Properties

Property Type Description
invokespecialMethod MethodWrapper
method MethodWrapper

Protected Methods

Method Description
Validate ( string name, string descriptor, int majorVersion ) : void

Private Methods

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

Method Details

Validate() protected method

protected Validate ( string name, string descriptor, int majorVersion ) : void
name string
descriptor string
majorVersion int
return void

Property Details

invokespecialMethod protected_oe property

protected MethodWrapper,IKVM.Internal invokespecialMethod
return MethodWrapper

method protected_oe property

protected MethodWrapper,IKVM.Internal method
return MethodWrapper