contextTrace property

List<Declaration> contextTrace
final

the context of this change. This can be the class the changed method belongs to or the method the changed parameter belongs to. is null for situations where there is no context (like root level functions)

Implementation

final List<Declaration> contextTrace;