Skip to content

Feature: Add context-free connect

  • generate connect method for one non-terminal-type, independent of context
  • this is safe (i.e., won't create name-conflicts), because other generated methods have type/context appended to "connect" and this is always non-empty

DSL:

receive A;

Generated Aspect:

public void A.connect(String uri) { ... }