fluffy
Class Base

java.lang.Object
  extended by fluffy.Base

public class Base
extends java.lang.Object


Field Summary
 int both
           
 int onlyBase
           
 
Constructor Summary
Base()
           
Base(int i)
           
 
Method Summary
static void both()
           
 void bothNonStatic()
           
 void m()
           
static void onlyBase()
           
 void onlyBaseNonStatic()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

onlyBase

public int onlyBase

both

public int both
Constructor Detail

Base

public Base()

Base

public Base(int i)
Method Detail

onlyBase

public static void onlyBase()

both

public static void both()

onlyBaseNonStatic

public void onlyBaseNonStatic()

bothNonStatic

public void bothNonStatic()

m

public void m()
       throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException