|
|||||||||
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 JClass
java.lang.String
.public java.lang.String fullName()
JClass
fullName
in class JClass
public java.lang.String binaryName()
JType
binaryName
in class JType
http://java.sun.com/docs/books/jls/third_edition/html/binaryComp.html#44909
public JPackage _package()
JClass
_package
in class JClass
public JClass _extends()
JClass
_extends
in class JClass
public java.util.Iterator _implements()
JClass
_implements
in class JClass
JClass
objects that represents those interfaces
implemented by this object.public boolean isInterface()
JClass
isInterface
in class JClass
public void generate(JFormatter f)
public JType elementType()
elementType
in class JType
public boolean isArray()
JType
isArray
in class JType
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |