|
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.SingleLineComment
public class SingleLineComment
Any non-SingleLineComment is a multi line comment.
| 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 | |
|---|---|
SingleLineComment()
Single line comment. |
|
SingleLineComment(java.lang.String text)
Single line comment. |
|
| Method Summary | |
|---|---|
void |
accept(SourceVisitor v)
Receive a visitor, for instance a pretty printer. |
SingleLineComment |
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 SingleLineComment()
public SingleLineComment(java.lang.String text)
text - a string.| Method Detail |
|---|
public SingleLineComment deepClone()
deepClone in interface SourceElementdeepClone in class Commentpublic 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 | |||||