final Location startLocation = new FixedLocation(start_pc);
final Location endLocation = new FixedLocation(end_pc);
final Set<LocationRange> ranges = Collections
.singleton((LocationRange) new LocationRangeImpl(startLocation, endLocation));
LocalVariable localVar = new LocalVariable() {
private String mName;
private TypeDesc mType;