Class FSADecompile

  • All Implemented Interfaces:
    java.util.concurrent.Callable<ExitStatus>
    Direct Known Subclasses:
    FSADump

    public class FSADecompile
    extends CliTool
    Dump all byte sequences encoded in a finite state automaton.
    • Field Detail

      • input

        private java.nio.file.Path input
      • output

        private java.nio.file.Path output
    • Constructor Detail

      • FSADecompile

        FSADecompile()
      • FSADecompile

        public FSADecompile​(java.nio.file.Path input,
                            java.nio.file.Path output)
    • Method Detail

      • call

        public ExitStatus call()
                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • main

        public static void main​(java.lang.String[] args)