|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.combex.e.edoc.EArrayType
Field Summary | |
private int |
myDimension
a dimension, like [][] = 2... |
private EType |
myType
array of ... |
Fields inherited from interface org.erights.e.elib.serial.PassByConstruction |
HONORARY, HONORED_NAMES, serialVersionUID |
Constructor Summary | |
|
EArrayType(EDocBuilder builder,
com.sun.javadoc.Type arrayType)
|
(package private) |
EArrayType(int dim,
EType eType)
|
Method Summary | |
com.sun.javadoc.ClassDoc |
asClassDoc()
Return this type as a class. |
String |
dimension()
Return the type's dimension information, as a string. |
boolean |
equals(Object obj)
Compares two Objects for equality. |
int |
hashCode()
Returns a hash code value for the object. |
String |
qualifiedTypeName()
Return qualified name of type excluding any dimension information. |
String |
toString()
Returns a string representation of the type. |
String |
typeName()
Return unqualified name of type excluding any dimension information. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private final int myDimension
private final EType myType
Constructor Detail |
public EArrayType(EDocBuilder builder, com.sun.javadoc.Type arrayType)
EArrayType(int dim, EType eType)
Method Detail |
public String dimension()
For example, a two dimensional array of String returns '[][]'.
public String typeName()
For example, a two dimensional array of String returns 'String'.
public String qualifiedTypeName()
For example, a two dimensional array of String returns 'java.lang.String'.
public com.sun.javadoc.ClassDoc asClassDoc()
public int hashCode()
hashCode
in class Object
equals(java.lang.Object)
,
java.util.HashMap
,
java.util.Hashtable
public boolean equals(Object obj)
The equals method implements an equivalence relation.
equals
in class Object
obj
- the reference object with which to compare.
Object.hashCode()
,
java.util.Hashtable
public String toString()
For example, a two dimensional array of String returns String[][].
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |