Serialized Form
-
Package org.jboss.jdeparser
-
Exception Class org.jboss.jdeparser.JClassAlreadyExistsException
class JClassAlreadyExistsException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
existing
JDefinedClass existing
-
-
Class org.jboss.jdeparser.JCommentPart
- serialVersionUID:
- 1L
-
Class org.jboss.jdeparser.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
JDeparser owner
-
-