org.cojen.classfile
Interface LocationRange<L extends Location>

All Known Implementing Classes:
ExceptionHandler, LocationRangeImpl

public interface LocationRange<L extends Location>

Author:
Brian S O'Neill

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

Method Detail

getStartLocation

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


getEndLocation

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



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