Package | Description |
---|---|
org.incava.doctorj | |
org.incava.javadoc | |
org.incava.text |
Modifier and Type | Method and Description |
---|---|
protected void |
ParameterDocAnalyzer.addDocumentedParameter(int index,
Location start,
Location end) |
Modifier and Type | Field and Description |
---|---|
Location |
JavadocElement.end |
Location |
JavadocElement.start |
Constructor and Description |
---|
JavadocDescriptionNode(java.lang.String description,
Location start,
Location end) |
JavadocElement(java.lang.String text,
Location start,
Location end) |
JavadocTag(java.lang.String text,
Location start,
Location end) |
JavadocTaggedNode(java.lang.String text,
Location start,
Location end) |
Modifier and Type | Method and Description |
---|---|
Location |
LineMapping.getLocation(int pos)
Converts the string position to a line:column location.
|
Location[] |
LineMapping.getLocations(int startPos,
int endPos)
Converts the string position to a line:column start and end location.
|
Location[] |
LineMapping.getLocations(java.awt.Point pos)
Converts the string position to a line:column start and end location.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Location.equals(Location other) |