C# 클래스 Rhino.Tests.PrivateAccessClass

A class with private/protected/package private members, to test the Rhino feature Context.FEATURE_ENHANCED_JAVA_ACCESS, that allows bypassing Java member access restrictions.
A class with private/protected/package private members, to test the Rhino feature Context.FEATURE_ENHANCED_JAVA_ACCESS, that allows bypassing Java member access restrictions.
파일 보기 프로젝트 열기: hazzik/Rhino.Net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
getterCalled bool
setterCalled bool

보호된 프로퍼티들

프로퍼티 타입 설명
protectedString string
staticProtectedInt int

공개 메소드들

메소드 설명
GetJavaBeanProperty ( ) : int
ReferenceToPrivateMembers ( ) : int
SetJavaBeanProperty ( int i ) : void

보호된 메소드들

메소드 설명
PrivateAccessClass ( int x, string s ) : Rhino.Tests
ProtectedMethod ( ) : int
StaticProtectedMethod ( ) : int

비공개 메소드들

메소드 설명
PackagePrivateMethod ( ) : int
PrivateAccessClass ( ) : Rhino.Tests
PrivateAccessClass ( int x ) : Rhino.Tests
PrivateAccessClass ( string s ) : Rhino.Tests
PrivateMethod ( ) : int
StaticPackagePrivateMethod ( ) : int
StaticPrivateMethod ( ) : int

메소드 상세

GetJavaBeanProperty() 공개 메소드

public GetJavaBeanProperty ( ) : int
리턴 int

PrivateAccessClass() 보호된 메소드

protected PrivateAccessClass ( int x, string s ) : Rhino.Tests
x int
s string
리턴 Rhino.Tests

ProtectedMethod() 보호된 메소드

protected ProtectedMethod ( ) : int
리턴 int

ReferenceToPrivateMembers() 공개 메소드

public ReferenceToPrivateMembers ( ) : int
리턴 int

SetJavaBeanProperty() 공개 메소드

public SetJavaBeanProperty ( int i ) : void
i int
리턴 void

StaticProtectedMethod() 보호된 정적인 메소드

protected static StaticProtectedMethod ( ) : int
리턴 int

프로퍼티 상세

getterCalled 공개적으로 프로퍼티

public bool getterCalled
리턴 bool

protectedString 보호되어 있는 프로퍼티

protected string protectedString
리턴 string

setterCalled 공개적으로 프로퍼티

public bool setterCalled
리턴 bool

staticProtectedInt 보호되어 있는 정적으로 프로퍼티

protected static int staticProtectedInt
리턴 int