outerContextDepth property

int outerContextDepth

This method gets the value of the {@link #reachesIntoOuterContext} field as it existed prior to the introduction of the {@link #isPrecedenceFilterSuppressed} method.

Implementation

int get outerContextDepth {
  return reachesIntoOuterContext & ~SUPPRESS_PRECEDENCE_FILTER;
}