C# Class IKVM.Internal.ClassFile.FieldOrMethod

Datei anzeigen Open project: samskivert/ikvm-monotouch

Protected Properties

Property Type Description
access_flags Modifiers
annotations object[]
flags ushort
signature string

Private Properties

Property Type Description
FieldOrMethod System

Protected Methods

Method Description
ValidateSig ( ClassFile classFile, string descriptor ) : void

Private Methods

Method Description
FieldOrMethod ( ClassFile classFile, BigEndianBinaryReader br ) : System

Method Details

ValidateSig() protected abstract method

protected abstract ValidateSig ( ClassFile classFile, string descriptor ) : void
classFile ClassFile
descriptor string
return void

Property Details

access_flags protected_oe property

protected Modifiers access_flags
return Modifiers

annotations protected_oe property

protected object[] annotations
return object[]

flags protected_oe property

protected ushort flags
return ushort

signature protected_oe property

protected string signature
return string