orc.error
Interface Debuggable

All Known Subinterfaces:
Locatable
All Known Implementing Classes:
Arg, Argument, ArgumentTypeMismatchException, ArityMismatchException, AsPattern, Assign, Bar, Call, Call, Call, Call, CallPattern, ConsExpr, ConsPattern, Constant, Constant, Declare, Defs, Defs, Defs, Dot, Expr, Expression, Expression, Field, Field, Field, Fork, InsufficientArgsException, JavaException, Lambda, Let, Let, Let, ListExpr, ListPattern, Literal, LiteralPattern, MessageNotUnderstoodException, MethodTypeMismatchException, Name, NamedVar, NilExpr, NilPattern, Node, Parallel, Parallel, Pattern, PrintResult, Pub, PublishPattern, Pull, Push, QueueResult, Result, Return, RuntimeTypeException, Semi, Semi, Semi, Semi, Sequential, Sequential, Silent, Silent, Silent, Silent, Site, Site, SiteException, Store, Subgoal, TokenException, Tuple, TuplePattern, UncallableValueException, Unwind, Var, Var, VariablePattern, Where, Where, WildcardPattern, WriteResult

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()