Beispiel #1
0
  public boolean canBeEval() {
    if (!flagsComputed) computeFlags();

    return canBeEval;
  }
Beispiel #2
0
  public boolean targetRequiresCallersBinding() {
    if (!flagsComputed) computeFlags();

    return targetRequiresCallersBinding;
  }
Beispiel #3
0
  public boolean targetRequiresCallersFrame() {
    if (!flagsComputed) computeFlags();

    return targetRequiresCallersFrame;
  }