Uses of Class
io.jawk.backend.AVM
Packages that use AVM
-
Uses of AVM in io.jawk
Modifier and TypeMethodDescriptionAwk.createAvm()Creates a reusable runtime backed by oneAVMinstance.Awk.createAvm(boolean profilingEnabled) Creates a reusable runtime backed by oneAVMinstance, optionally collecting runtime profiling statistics.SandboxedAwk.createAvm()SandboxedAwk.createAvm(boolean profilingEnabled) Awk.prepareEval(InputSource source) Prepares the first available record from a structuredInputSourcefor repeated expression evaluation and returns the mutableAVMthat will execute those expressions.Awk.prepareEval(String input) Prepares one text record for repeated expression evaluation and returns the mutableAVMthat will execute those expressions. -
Uses of AVM in io.jawk.backend
Subclasses of AVM in io.jawk.backend