|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.formatter.FormatJavadocNode
org.aspectj.org.eclipse.jdt.internal.formatter.FormatJavadocReference
public class FormatJavadocReference
Represents a reference in a javadoc comment block (see
FormatJavadocBlock.
A specific class is used as intermediate positions need to be stored for further formatting improvements (typically for qualified references).
| Field Summary |
|---|
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.formatter.FormatJavadocNode |
|---|
linesBefore, lineStart, sourceEnd, sourceStart |
| Constructor Summary | |
|---|---|
FormatJavadocReference(int start,
int end,
int line)
|
|
FormatJavadocReference(long position,
int line)
|
|
| Method Summary | |
|---|---|
protected void |
toString(java.lang.StringBuffer buffer)
|
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.formatter.FormatJavadocNode |
|---|
getLength, isImmutable, isText, toString, toStringDebug, toStringDebug |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FormatJavadocReference(int start,
int end,
int line)
public FormatJavadocReference(long position,
int line)
| Method Detail |
|---|
protected void toString(java.lang.StringBuffer buffer)
toString in class FormatJavadocNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||