Uses of Enum Class
org.ek9lang.compiler.fuzz.FuzzOutputFormat
Packages that use FuzzOutputFormat
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
-
Uses of FuzzOutputFormat in org.ek9lang.cli
Fields in org.ek9lang.cli declared as FuzzOutputFormatMethods in org.ek9lang.cli that return FuzzOutputFormatModifier and TypeMethodDescription(package private) FuzzOutputFormatCommandLine.getFuzzOutputFormat() -
Uses of FuzzOutputFormat in org.ek9lang.compiler.fuzz
Subclasses with type arguments of type FuzzOutputFormat in org.ek9lang.compiler.fuzzMethods in org.ek9lang.compiler.fuzz that return FuzzOutputFormatModifier and TypeMethodDescriptionstatic FuzzOutputFormatParse a command line flag to determine the fuzz output format.static FuzzOutputFormatReturns the enum constant of this class with the specified name.static FuzzOutputFormat[]FuzzOutputFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ek9lang.compiler.fuzz with parameters of type FuzzOutputFormatModifierConstructorDescriptionFuzzRunner(Duration maxDuration, Path crashDir, FuzzOutputFormat outputFormat, SharedThreadContext<CompilableProgram> bootstrapContext) Create a new fuzz runner using all available processors with no strand filter.FuzzRunner(Duration maxDuration, Path crashDir, FuzzOutputFormat outputFormat, SharedThreadContext<CompilableProgram> bootstrapContext, int strandFilter) Create a new fuzz runner using all available processors with optional strand filter.FuzzRunner(Duration maxDuration, Path crashDir, FuzzOutputFormat outputFormat, SharedThreadContext<CompilableProgram> bootstrapContext, int strandFilter, int workerCount) Create a new fuzz runner with a specified number of worker threads.