Uses of Interface
org.sonar.plugins.java.api.location.Position
Packages that use Position
-
Uses of Position in org.sonar.java.model.location
Classes in org.sonar.java.model.location that implement PositionMethods in org.sonar.java.model.location that return PositionModifier and TypeMethodDescriptionstatic PositionInternalPosition.atOffset(int line, int columnOffset)InternalRange.end()InternalRange.start()Methods in org.sonar.java.model.location with parameters of type PositionModifier and TypeMethodDescriptionintbooleanbooleanConstructors in org.sonar.java.model.location with parameters of type PositionModifierConstructorDescriptionInternalRange(Position start, String text)InternalRange(Position start, Position end) -
Uses of Position in org.sonar.plugins.java.api.location
Methods in org.sonar.plugins.java.api.location that return PositionModifier and TypeMethodDescriptionstatic PositionPosition.at(int line, int column)Range.end()Range.start()Methods in org.sonar.plugins.java.api.location with parameters of type Position