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