Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.chaoswg.xtc4y.test.classloaders
Class AbstractClass  view AbstractClass download AbstractClass.java

java.lang.Object
  extended bycom.chaoswg.xtc4y.test.classloaders.AbstractClass
All Implemented Interfaces:
Ifc

public abstract class AbstractClass
extends java.lang.Object
implements Ifc

A simple abstract class to test the classloader


Constructor Summary
AbstractClass()
           
 
Method Summary
abstract  byte getAbstractByte()
           
abstract  double getAbstractDouble()
           
abstract  float getAbstractFloat()
           
abstract  int getAbstractInt()
           
abstract  long getAbstractLong()
           
abstract  java.lang.Object getAbstractObject()
           
abstract  short getAbstractShort()
           
abstract  void getAbstractVoid()
           
 byte getByte()
           
 double getDouble()
           
 float getFloat()
           
 int getInt()
           
 long getLong()
           
 java.lang.Object getObject()
           
 short getShort()
           
 void getVoid()
           
static void main(java.lang.String[] argv)
           
 int testCalc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractClass

public AbstractClass()
Method Detail

getAbstractObject

public abstract java.lang.Object getAbstractObject()
Specified by:
getAbstractObject in interface Ifc

getAbstractInt

public abstract int getAbstractInt()
Specified by:
getAbstractInt in interface Ifc

getAbstractFloat

public abstract float getAbstractFloat()
Specified by:
getAbstractFloat in interface Ifc

getAbstractDouble

public abstract double getAbstractDouble()
Specified by:
getAbstractDouble in interface Ifc

getAbstractLong

public abstract long getAbstractLong()
Specified by:
getAbstractLong in interface Ifc

getAbstractShort

public abstract short getAbstractShort()
Specified by:
getAbstractShort in interface Ifc

getAbstractByte

public abstract byte getAbstractByte()
Specified by:
getAbstractByte in interface Ifc

getAbstractVoid

public abstract void getAbstractVoid()
Specified by:
getAbstractVoid in interface Ifc

getObject

public java.lang.Object getObject()
Specified by:
getObject in interface Ifc

getInt

public int getInt()
Specified by:
getInt in interface Ifc

getFloat

public float getFloat()
Specified by:
getFloat in interface Ifc

getDouble

public double getDouble()
Specified by:
getDouble in interface Ifc

getLong

public long getLong()
Specified by:
getLong in interface Ifc

getShort

public short getShort()
Specified by:
getShort in interface Ifc

getByte

public byte getByte()
Specified by:
getByte in interface Ifc

getVoid

public void getVoid()
Specified by:
getVoid in interface Ifc

testCalc

public int testCalc()

main

public static void main(java.lang.String[] argv)