|
|||||||||
| 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.JArrayClass
public class JArrayClass
Array class.
| 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. |
java.lang.String |
binaryName()
Gets the binary name of the type. |
JType |
elementType()
|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
fullName()
Gets the fully qualified name of this class. |
void |
generate(JFormatter f)
|
int |
hashCode()
|
boolean |
isArray()
Tell whether or not this is an array type. |
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, getPrimitiveType, isAssignableFrom, owner, staticInvoke, staticInvoke, staticRef, staticRef, toString |
| Methods inherited from class com.sun.codemodel.JType |
|---|
isPrimitive, isReference, parse |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String name()
JClass
name in class JClassjava.lang.String.public java.lang.String fullName()
JClass
fullName in class JClasspublic java.lang.String binaryName()
JType
binaryName in class JTypehttp://java.sun.com/docs/books/jls/third_edition/html/binaryComp.html#44909public 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)
public JType elementType()
elementType in class JTypepublic boolean isArray()
JType
isArray in class JTypepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||