Interface IJCompilationUnit

    • Method Detail

      • packageName

        String packageName()
        Package name of this compilation unit.
      • compilationUnitName

        String compilationUnitName()
        Name of the compilation unit.
      • interfaces

        Collection<String> interfaces()
        Collection of interface names which are either implemented or extended.
      • methods

        Collection<? extends IJMethod> methods()
        Methods (or signatures) defined by this compilation unit.