Serialized Form
-
Package com.sun.codemodel
-
Exception Class com.sun.codemodel.JClassAlreadyExistsException
class JClassAlreadyExistsException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
existing
JDefinedClass existing
-
-
Class com.sun.codemodel.JCommentPart
- serialVersionUID:
- 1L
-
Class com.sun.codemodel.JDocComment
class 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
-
-