C# Class 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.
Afficher le fichier Open project: hazzik/Rhino.Net Class Usage Examples

Méthodes publiques

Свойство Type Description
getterCalled bool
setterCalled bool

Protected Properties

Свойство Type Description
protectedString string
staticProtectedInt int

Méthodes publiques

Méthode Description
GetJavaBeanProperty ( ) : int
ReferenceToPrivateMembers ( ) : int
SetJavaBeanProperty ( int i ) : void

Méthodes protégées

Méthode Description
PrivateAccessClass ( int x, string s ) : Rhino.Tests
ProtectedMethod ( ) : int
StaticProtectedMethod ( ) : int

Private Methods

Méthode Description
PackagePrivateMethod ( ) : int
PrivateAccessClass ( ) : Rhino.Tests
PrivateAccessClass ( int x ) : Rhino.Tests
PrivateAccessClass ( string s ) : Rhino.Tests
PrivateMethod ( ) : int
StaticPackagePrivateMethod ( ) : int
StaticPrivateMethod ( ) : int

Method Details

GetJavaBeanProperty() public méthode

public GetJavaBeanProperty ( ) : int
Résultat int

PrivateAccessClass() protected méthode

protected PrivateAccessClass ( int x, string s ) : Rhino.Tests
x int
s string
Résultat Rhino.Tests

ProtectedMethod() protected méthode

protected ProtectedMethod ( ) : int
Résultat int

ReferenceToPrivateMembers() public méthode

public ReferenceToPrivateMembers ( ) : int
Résultat int

SetJavaBeanProperty() public méthode

public SetJavaBeanProperty ( int i ) : void
i int
Résultat void

StaticProtectedMethod() protected static méthode

protected static StaticProtectedMethod ( ) : int
Résultat int

Property Details

getterCalled public_oe property

public bool getterCalled
Résultat bool

protectedString protected_oe property

protected string protectedString
Résultat string

setterCalled public_oe property

public bool setterCalled
Résultat bool

staticProtectedInt protected_oe static_oe property

protected static int staticProtectedInt
Résultat int