orc.error
Interface Debuggable

All Known Subinterfaces:
Locatable
All Known Implementing Classes:
ArgumentTypeMismatchException, ArityMismatchException, Call, Call, InsufficientArgsException, JavaException, MessageNotUnderstoodException, MethodTypeMismatchException, OilSecurityValidator.SecurityProblem, RuntimeTypeException, SiteException, TokenException, UncallableValueException

public interface Debuggable

Interface implemented by any construct (syntax tree node, exception, etc) which is associated with a particular location in the source program.

Author:
dkitchin

Method Summary
 SourceLocation getSourceLocation()
           
 

Method Detail

getSourceLocation

SourceLocation getSourceLocation()