|
RECODER 0.92 | |||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectrecoder.java.JavaSourceElement
recoder.java.Comment
recoder.java.DocComment
public class DocComment
Contains tags with
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface recoder.java.SourceElement |
|---|
SourceElement.Position |
| Field Summary |
|---|
| Fields inherited from class recoder.java.JavaSourceElement |
|---|
factory |
| Constructor Summary | |
|---|---|
|
DocComment()
Doc comment. |
protected |
DocComment(DocComment proto)
Doc comment. |
|
DocComment(java.lang.String text)
Doc comment. |
| Method Summary | |
|---|---|
void |
accept(SourceVisitor v)
Receive a visitor, for instance a pretty printer. |
TagInfo |
createTagInfo()
Factory method that creates a tag info object that can analyze this comment. |
DocComment |
deepClone()
Deep clone. |
| Methods inherited from class recoder.java.Comment |
|---|
getParent, getText, isContainerComment, isPrefixed, setContainerComment, setParent, setPrefixed, setText, toString |
| Methods inherited from class recoder.java.JavaSourceElement |
|---|
getEndPosition, getFactory, getFirstElement, getLastElement, getRelativePosition, getStartPosition, setEndPosition, setRelativePosition, setStartPosition, toSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DocComment()
public DocComment(java.lang.String text)
text - a string.protected DocComment(DocComment proto)
proto - a doc comment.| Method Detail |
|---|
public DocComment deepClone()
deepClone in interface SourceElementdeepClone in class Commentpublic TagInfo createTagInfo()
TagInfopublic void accept(SourceVisitor v)
SourceElement
accept in interface SourceElementaccept in class Commentv - a source visitor.
|
RECODER 0.92 | |||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||