spec.benchmarks.check
Class Sub

java.lang.Object
  extended by spec.benchmarks.check.Super
      extended by spec.benchmarks.check.Sub

public class Sub
extends Super


Field Summary
protected  int prot
           
 int pub
           
 
Fields inherited from class spec.benchmarks.check.Super
publicStatic
 
Constructor Summary
Sub(int black)
           
 
Method Summary
 java.lang.String getName()
           
 int getPrivate()
           
 int getProtected()
           
 
Methods inherited from class spec.benchmarks.check.Super
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

prot

protected int prot

pub

public int pub
Constructor Detail

Sub

public Sub(int black)
Method Detail

getName

public java.lang.String getName()
Overrides:
getName in class Super

getPrivate

public int getPrivate()
Overrides:
getPrivate in class Super

getProtected

public int getProtected()
Overrides:
getProtected in class Super