Skip to content

Only create unresolved classes for nonterminals that can be part of relations

currently, they are created for all nonterminals.

Implement in Analysis.jrag

  syn boolean TypeDecl.needUnresolvedClass() {
    // a TypeDecl needs an unresolved class, if it can appear in a relation
    // TODO
    return true;
  }