public class StaticVisibilitySuperType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
protectedField |
java.lang.String |
publicField |
protected static java.lang.String |
staticProtectedField |
static java.lang.String |
staticPublicField |
| Constructor and Description |
|---|
StaticVisibilitySuperType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
protectedMethod() |
void |
publicMethod() |
protected void |
setProtectedProperty(java.lang.String x) |
void |
setPublicProperty(java.lang.String x) |
protected static void |
setStaticProtectedProperty(java.lang.String x) |
static void |
setStaticPublicProperty(java.lang.String x) |
protected static void |
staticProtectedMethod() |
static void |
staticPublicMethod() |
protected static java.lang.String staticProtectedField
public static java.lang.String staticPublicField
protected java.lang.String protectedField
public java.lang.String publicField
protected static void staticProtectedMethod()
public static void staticPublicMethod()
protected static void setStaticProtectedProperty(java.lang.String x)
public static void setStaticPublicProperty(java.lang.String x)
protected void protectedMethod()
public void publicMethod()
protected void setProtectedProperty(java.lang.String x)
public void setPublicProperty(java.lang.String x)