Serialized Form
-
Package com.sun.codemodel
-
Class com.sun.codemodel.JClassAlreadyExistsException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
existing
JDefinedClass existing
-
-
Class com.sun.codemodel.JCommentPart extends ArrayList<Object> implements Serializable
- serialVersionUID:
- 1L
-
Class com.sun.codemodel.JDocComment extends JCommentPart implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
atDeprecated
JCommentPart atDeprecated
The @deprecated tag -
atParams
Map<String,JCommentPart> atParams
list of @param tags -
atReturn
JCommentPart atReturn
The @return tag part. -
atThrows
Map<JClass,JCommentPart> atThrows
list of @throws tags -
atXdoclets
Map<String,Map<String,String>> atXdoclets
list of xdoclets -
owner
JCodeModel owner
-
-