@Override public int hashCode() { return Singleton.get().getInspect().hashCode(this); }
public IterativeParser(Operator operators[]) { this(Singleton.get().getGrandContext(), operators); }
@Override public boolean equals(Object object) { return Singleton.get().getInspect().equals(this, object); }