mypackage
Class Accessibility2

java.lang.Object
  extended by mypackage.Accessibility2

public class Accessibility2
extends java.lang.Object


Field Summary
protected  int field3
           
 int field4
           
protected static int sfield3
           
static int sfield4
           
protected static int supersfield3
           
static int supersfield4
           
 
Constructor Summary
  Accessibility2()
           
protected Accessibility2(int a)
           
 
Method Summary
protected  int get3()
           
 int get4()
           
protected  int getB3()
           
 int getB4()
           
protected static int sget3()
           
static int sget4()
           
protected static int supersget3()
           
static int supersget4()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field3

protected int field3

field4

public int field4

sfield3

protected static int sfield3

sfield4

public static int sfield4

supersfield3

protected static int supersfield3

supersfield4

public static int supersfield4
Constructor Detail

Accessibility2

protected Accessibility2(int a)

Accessibility2

public Accessibility2()
Method Detail

getB3

protected int getB3()

getB4

public int getB4()

sget3

protected static int sget3()

sget4

public static int sget4()

get3

protected int get3()

get4

public int get4()

supersget3

protected static int supersget3()

supersget4

public static int supersget4()