Uses of Enum Class
org.ek9lang.cli.DependencyNode.RejectionReason
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
-
Uses of DependencyNode.RejectionReason in org.ek9lang.cli
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DependencyNode.RejectionReason[]
DependencyNode.RejectionReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription(package private) void
DependencyNode.setRejected
(DependencyNode.RejectionReason reason, boolean rejected, boolean alsoRejectDependencies) Reject this dependency and optionally reject any dependencies it pulled in.