|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.internal.formatter.FormatJavadocNode
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 |
---|
Constructor Summary | |
---|---|
FormatJavadocReference(int start,
int end,
int line)
|
|
FormatJavadocReference(long position,
int line)
|
Method Summary |
---|
Methods inherited from class org.eclipse.jdt.internal.formatter.FormatJavadocNode |
---|
getLength, isText, toString, toStringDebug, toStringDebug |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FormatJavadocReference(int start, int end, int line)
public FormatJavadocReference(long position, int line)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |