OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PublicClass
(Results
1 - 4
of
4
) sorted by null
/art/test/601-method-access/src/other/
PublicClass.java
20
public class
PublicClass
extends ProtectedClass {
/external/clang/test/Analysis/inlining/
InlineObjCInstanceMethod.h
22
@interface
PublicClass
: NSObject {
36
@interface PublicSubClass :
PublicClass
/art/test/064-field-access/src/other/
PublicClass.java
20
public class
PublicClass
extends ProtectedClass {
/art/test/064-field-access/src/
Main.java
17
import other.
PublicClass
;
219
* This is a sub-class of other.
PublicClass
, which should be allowed to access
220
* the various protected fields declared by other.
PublicClass
and its parent
223
class SubClass extends
PublicClass
{
528
PublicClass
otherPkgInst = new
PublicClass
();
547
validInst = new
PublicClass
();
548
fields =
PublicClass
.class.getDeclaredFields();
550
methods =
PublicClass
.class.getDeclaredMethods();
554
validInst = new
PublicClass
();
[
all
...]
Completed in 95 milliseconds