Class FSAInfo

  • All Implemented Interfaces:
    java.util.concurrent.Callable<ExitStatus>

    public class FSAInfo
    extends CliTool
    Print extra information about a compiled automaton file.
    • Field Detail

      • input

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

      • FSAInfo

        FSAInfo()
      • FSAInfo

        public FSAInfo​(java.nio.file.Path input)
    • Method Detail

      • call

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

        static java.lang.String byteAsChar​(byte v)
        Convert a byte to an informative string.
      • main

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