Class Bidi.LevState

  • Enclosing class:
    Bidi

    private static class Bidi.LevState
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) short[] impAct  
      (package private) byte[][] impTab  
      (package private) int lastStrongRTL  
      (package private) byte runLevel  
      (package private) int runStart  
      (package private) int startL2EN  
      (package private) int startON  
      (package private) short state  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LevState()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • impTab

        byte[][] impTab
      • impAct

        short[] impAct
      • startON

        int startON
      • startL2EN

        int startL2EN
      • lastStrongRTL

        int lastStrongRTL
      • runStart

        int runStart
      • state

        short state
      • runLevel

        byte runLevel
    • Constructor Detail

      • LevState

        private LevState()