C# Class IKVM.Internal.ClassFile.ConstantPoolItemFMI

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

Private Properties

Property Type Description
ConstantPoolItemFMI System
GetClassType TypeWrapper
Link void
Resolve void

Protected Methods

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

Private Methods

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

Method Details

Validate() protected abstract method

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