Uses of Record Class
org.ek9lang.compiler.common.PackageDetails
Packages that use PackageDetails
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
Common parts of processing that can be reused across various phases.
-
Uses of PackageDetails in org.ek9lang.cli
Methods in org.ek9lang.cli with parameters of type PackageDetailsModifier and TypeMethodDescriptionstatic CoverageOutputFormatterCoverageOutputFormatter.create(TestOutputFormat format, PackageDetails packageDetails) Create the appropriate formatter with package details for metadata display.static CoverageOutputFormatterCoverageOutputFormatter.create(TestOutputFormat format, PackageDetails packageDetails, String sourceDirectory) Create the appropriate formatter with package details and source directory.Constructors in org.ek9lang.cli with parameters of type PackageDetailsModifierConstructorDescription(package private)HtmlCoverageFormatter(PackageDetails packageDetails, String sourceDirectory) -
Uses of PackageDetails in org.ek9lang.compiler.common
Methods in org.ek9lang.compiler.common that return types with arguments of type PackageDetails