Uses of Class org.incava.text.Location

Uses in package org.incava.text

Methods with parameter type org.incava.text.Location

boolean

Methods with return type org.incava.text.Location

Location
Converts the string position to a line:column location.
Location[]
Converts the string position to a line:column start and end location.
Location[]
LineMapping.getLocations(int startPos, int endPos)
Converts the string position to a line:column start and end location.

Uses in package org.incava.analysis

Methods with parameter type org.incava.text.Location

void
Analyzer.addViolation(String message, Location start, Location end)
Adds a violation from one location to another.

Uses in package org.incava.javadoc

Constructors with parameter type org.incava.text.Location

JavadocElement.JavadocElement(String text, Location start, Location end)
JavadocTag.JavadocTag(String text, Location start, Location end)

Fields of type org.incava.text.Location

Location
Location

Uses in package org.incava.doctorj

Methods with parameter type org.incava.text.Location

void