Uses of Class
io.jawk.backend.AVM

Packages that use AVM
Package
Description
 
 
  • Uses of AVM in io.jawk

    Methods in io.jawk that return AVM
    Modifier and Type
    Method
    Description
    Awk.createAvm()
    Creates a reusable runtime backed by one AVM instance.
    Awk.createAvm(boolean profilingEnabled)
    Creates a reusable runtime backed by one AVM instance, optionally collecting runtime profiling statistics.
    SandboxedAwk.createAvm()
     
    SandboxedAwk.createAvm(boolean profilingEnabled)
     
    Prepares the first available record from a structured InputSource for repeated expression evaluation and returns the mutable AVM that will execute those expressions.
    Awk.prepareEval(String input)
    Prepares one text record for repeated expression evaluation and returns the mutable AVM that will execute those expressions.
  • Uses of AVM in io.jawk.backend

    Subclasses of AVM in io.jawk.backend
    Modifier and Type
    Class
    Description
    class 
    AVM variant enforcing sandbox restrictions at runtime.