Пример #1
0
  public boolean canBeEval() {
    if (!flagsComputed) computeFlags();

    return canBeEval;
  }
Пример #2
0
  public boolean targetRequiresCallersBinding() {
    if (!flagsComputed) computeFlags();

    return targetRequiresCallersBinding;
  }
Пример #3
0
  public boolean targetRequiresCallersFrame() {
    if (!flagsComputed) computeFlags();

    return targetRequiresCallersFrame;
  }