14 int orbitIndex = context.orbitIndex;
15 if (context.parent !=
null) orbitIndex = context.parentOrbitIndex;
21 boolean matchVery = orbitIndex >= veryIndex;
22 boolean matchNormal = !matchVery && orbitIndex >= normalIndex;
23 boolean matchEither = orbitIndex == eitherIndex;
26 matchVery = !matchNormal;
34 if (matchNormal && !hasVery && !hasNormal &&
42 if (matchVery && !hasVery &&