| Constructor and Description |
|---|
BaseType(int foo) |
| Modifier and Type | Method and Description |
|---|---|
void |
baseFunc() |
String |
getBaseProp() |
String |
getMatchingProp() |
protected String |
getProtectedProp() |
protected String |
getProtectedSubProp() |
String |
getPublicFieldProp() |
String |
getPublicSubProp() |
void |
matchingFunc() |
protected void |
protectedMethod() |
protected void |
protectedSubMethod() |
void |
publicSubMethod() |
public void matchingFunc()
matchingFunc in interface SubI2public String getMatchingProp()
getMatchingProp in interface SubI2public String getBaseProp()
getBaseProp in interface BaseIprotected String getProtectedProp()
protected void protectedMethod()
public String getPublicSubProp()
public void publicSubMethod()
protected String getProtectedSubProp()
protected void protectedSubMethod()
public String getPublicFieldProp()
Copyright © 2015. All rights reserved.