|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Location | |
|---|---|
| org.incava.doctorj | |
| org.incava.javadoc | |
| org.incava.text | |
| Uses of Location in org.incava.doctorj |
|---|
| Methods in org.incava.doctorj with parameters of type Location | |
|---|---|
protected void |
ParameterDocAnalyzer.addDocumentedParameter(int index,
Location start,
Location end)
|
| Uses of Location in org.incava.javadoc |
|---|
| Fields in org.incava.javadoc declared as Location | |
|---|---|
Location |
JavadocElement.end
|
Location |
JavadocElement.start
|
| Constructors in org.incava.javadoc with parameters of type Location | |
|---|---|
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)
|
|
| Uses of Location in org.incava.text |
|---|
| Methods in org.incava.text that return Location | |
|---|---|
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. |
| Methods in org.incava.text with parameters of type Location | |
|---|---|
boolean |
Location.equals(Location other)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||