org.cojen.classfile
Interface LocationRange

All Known Implementing Classes:
ExceptionHandler, LocationRangeImpl

public interface LocationRange

Author:
Brian S O'Neill

Method Summary
 Location getEndLocation()
          Returns end of this location range, exclusive.
 Location getStartLocation()
          Returns the start of this location range, inclusive.
 

Method Detail

getStartLocation

Location getStartLocation()
Returns the start of this location range, inclusive.


getEndLocation

Location getEndLocation()
Returns end of this location range, exclusive.



Copyright © 2004-2011 Brian S O'Neill. All Rights Reserved.