|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object yawn.util.MiscUtils
public class MiscUtils
This is yawn.util.MiscUtils, part of the yawn project. $Id: MiscUtils.java,v 1.4 2005/04/07 17:28:30 supermarti Exp $
Constructor Summary | |
---|---|
MiscUtils()
|
Method Summary | |
---|---|
static boolean |
isSuperClass(java.lang.Class superClass,
java.lang.Class testClass)
tests if a java.lang.Class instance is a superclass of other |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MiscUtils()
Method Detail |
---|
public static boolean isSuperClass(java.lang.Class superClass, java.lang.Class testClass)
superClass
- the super classtestClass
- the class to set for inheritance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |