| Modifier and Type | Field and Description |
|---|---|
protected String |
protectedField |
String |
publicField |
String |
PublicFieldProp |
| Modifier | Constructor and Description |
|---|---|
|
SubType() |
protected |
SubType(long foo) |
| Modifier and Type | Method and Description |
|---|---|
void |
baseFunc() |
String |
getBaseProp() |
protected String |
getProtectedProp() |
String |
getPublicProp() |
protected void |
protectedMethod() |
protected void |
protectedSubMethod(String differentSig) |
void |
publicMethod() |
void |
publicSubMethod(String differentSig) |
getMatchingProp, getProtectedSubProp, getPublicFieldProp, getPublicSubProp, matchingFunc, protectedSubMethod, publicSubMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMatchingProp, matchingFuncpublic String PublicFieldProp
protected String protectedField
public String publicField
public void baseFunc()
public String getBaseProp()
getBaseProp in interface BaseIgetBaseProp in class BaseTypeprotected String getProtectedProp()
getProtectedProp in class BaseTypepublic String getPublicProp()
protected void protectedMethod()
protectedMethod in class BaseTypepublic void publicMethod()
public void publicSubMethod(String differentSig)
protected void protectedSubMethod(String differentSig)
Copyright © 2015. All rights reserved.