Class RelativeLocation

java.lang.Object
org.checkerframework.afu.scenelib.el.RelativeLocation
All Implemented Interfaces:
Comparable<RelativeLocation>

public final class RelativeLocation extends Object implements Comparable<RelativeLocation>
A RelativeLocation holds location information for a instanceof, cast, or new: either the bytecode offset or the source code index. I call instanceof, cast, or new "the construct".