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

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

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

    return targetRequiresCallersFrame;
  }