Class Compiler.Frag

  • Enclosing class:
    Compiler

    private static class Compiler.Frag
    extends java.lang.Object
    A fragment of a compiled regular expression program.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int i  
      (package private) boolean nullable  
      (package private) int out  
    • Constructor Summary

      Constructors 
      Constructor Description
      Frag()  
      Frag​(int i)  
      Frag​(int i, int out)  
      Frag​(int i, int out, boolean nullable)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • i

        final int i
      • out

        int out
      • nullable

        boolean nullable
    • Constructor Detail

      • Frag

        Frag()
      • Frag

        Frag​(int i)
      • Frag

        Frag​(int i,
             int out)
      • Frag

        Frag​(int i,
             int out,
             boolean nullable)