C# 클래스 IKVM.Internal.ClassFile.FieldOrMethod

파일 보기 프로젝트 열기: samskivert/ikvm-monotouch

보호된 프로퍼티들

프로퍼티 타입 설명
access_flags Modifiers
annotations object[]
flags ushort
signature string

Private Properties

프로퍼티 타입 설명
FieldOrMethod System

보호된 메소드들

메소드 설명
ValidateSig ( ClassFile classFile, string descriptor ) : void

비공개 메소드들

메소드 설명
FieldOrMethod ( ClassFile classFile, BigEndianBinaryReader br ) : System

메소드 상세

ValidateSig() 보호된 추상적인 메소드

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

프로퍼티 상세

access_flags 보호되어 있는 프로퍼티

protected Modifiers access_flags
리턴 Modifiers

annotations 보호되어 있는 프로퍼티

protected object[] annotations
리턴 object[]

flags 보호되어 있는 프로퍼티

protected ushort flags
리턴 ushort

signature 보호되어 있는 프로퍼티

protected string signature
리턴 string