|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.codemodel.JType
com.sun.codemodel.JClass
com.sun.codemodel.JNullType
public final class JNullType
Special class object that represents the type of "null".
Use this class with care.
| Method Summary | |
|---|---|
JClass |
_extends()
Gets the super class of this class. |
java.util.Iterator |
_implements()
Iterates all interfaces directly implemented by this class/interface. |
JPackage |
_package()
Gets the package to which this class belongs. |
void |
generate(JFormatter f)
|
boolean |
isInterface()
Checks if this object represents an interface. |
java.lang.String |
name()
Gets the name of this class. |
| Methods inherited from class com.sun.codemodel.JClass |
|---|
array, dotclass, fullName, getPrimitiveType, isAssignableFrom, owner, staticInvoke, staticInvoke, staticRef, staticRef, toString |
| Methods inherited from class com.sun.codemodel.JType |
|---|
binaryName, elementType, isArray, isPrimitive, isReference, parse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String name()
JClass
name in class JClassjava.lang.String.public JPackage _package()
JClass
_package in class JClasspublic JClass _extends()
JClass
_extends in class JClasspublic java.util.Iterator _implements()
JClass
_implements in class JClassJClass objects that represents those interfaces
implemented by this object.public boolean isInterface()
JClass
isInterface in class JClasspublic void generate(JFormatter f)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||