Serialized Form


Package com.sun.codemodel

Class com.sun.codemodel.JClassAlreadyExistsException extends java.lang.Exception implements Serializable

Serialized Fields

existing

JDefinedClass existing

Class com.sun.codemodel.JCommentPart extends java.util.ArrayList<java.lang.Object> implements Serializable

Class com.sun.codemodel.JDocComment extends JCommentPart implements Serializable

Serialized Fields

atParams

java.util.Map<K,V> atParams
list of @param tags


atXdoclets

java.util.Map<K,V> atXdoclets
list of xdoclets


atThrows

java.util.Map<K,V> atThrows
list of @throws tags


atReturn

JCommentPart atReturn
The @return tag part.


atDeprecated

JCommentPart atDeprecated
The @deprecated tag


owner

JCodeModel owner



Copyright © 2005-2009 Sun Microsystems. All Rights Reserved.