spec.benchmarks.check
Class Super

java.lang.Object
  extended by spec.benchmarks.check.Super
Direct Known Subclasses:
Sub

public class Super
extends java.lang.Object


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

Field Detail

publicStatic

public static int publicStatic

prot

protected int prot

pub

public int pub
Constructor Detail

Super

public Super(int magic)
Method Detail

getName

public java.lang.String getName()

getPrivate

public int getPrivate()

getProtected

public int getProtected()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object