Uses of Record Class
org.ek9lang.cli.ReplCompileResult
Packages that use ReplCompileResult
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
-
Uses of ReplCompileResult in org.ek9lang.cli
Methods in org.ek9lang.cli that return ReplCompileResultModifier and TypeMethodDescriptionErrorAnalyzer.analyze(ErrorListener errorListener, boolean strictMode) Analyze errors and return appropriate compile result.Compile with default non-strict mode.Compile the assembled EK9 source.static ReplCompileResultCreate a failed compilation result with a real error.static ReplCompileResultReplCompileResult.needsMoreInput()Create a result indicating incomplete input (needs continuation).static ReplCompileResultCreate a successful compilation result.Methods in org.ek9lang.cli with parameters of type ReplCompileResultModifier and TypeMethodDescriptionReplCompiler.execute(ReplCompileResult result) Execute the compiled bytecode and return captured output.