Esempio n. 1
0
  public boolean canBeEval() {
    if (!flagsComputed) computeFlags();

    return canBeEval;
  }
Esempio n. 2
0
  public boolean targetRequiresCallersBinding() {
    if (!flagsComputed) computeFlags();

    return targetRequiresCallersBinding;
  }
Esempio n. 3
0
  public boolean targetRequiresCallersFrame() {
    if (!flagsComputed) computeFlags();

    return targetRequiresCallersFrame;
  }