Class Resolver4.ImportContext

java.lang.Object
eu.bandm.tools.d2d2.base.Resolver4.ImportContext
Enclosing class:
Resolver4

protected class Resolver4.ImportContext extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • compoundKeyX

      public String compoundKeyX()
      Return compound string which reflects th4e path of imports reaching this context. This variant returns a symbolic name for the top-level module. Is NOT called recursively but uses compoundKey().
    • compoundKey

      public String compoundKey()
      Return compound string which reflects th4e path of imports reaching this context. This variant returns empty string for the top-level module.
    • compoundKey

      public String compoundKey(Definition def)
      Return the compound string for the definition instantiation in this context.