Class Inst


  • final class Inst
    extends java.lang.Object
    A single instruction in the regular expression virtual machine.
    • Constructor Summary

      Constructors 
      Constructor Description
      Inst​(int op)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.lang.String escapeRunes​(int[] runes)  
      (package private) static boolean isRuneOp​(int op)  
      (package private) boolean matchRune​(int r)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait