com.ossuminc.riddl.passes.PassesResult
See thePassesResult companion object
The result of running a set of passes. This provides the input and outputs of the run as well as any additional messages (likely from an exception). This provides convenience methods for accessing the various output content
Value parameters
- additionalMessages
-
Any additional messages, likely from an exception or other unusual circumstance.
- input
-
The input provided to the run of the passes
- outputs
-
The PassesOutput collected from teh run of the Passes
Attributes
- Companion
- object
- Source
- Pass.scala
- Graph
-
- Supertypes
Members list
In this article