Class Bidi.IsoRun

  • Enclosing class:
    Bidi

    static class Bidi.IsoRun
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) byte contextDir  
      (package private) int contextPos  
      (package private) byte lastBase  
      (package private) byte lastStrong  
      (package private) byte level  
      (package private) short limit  
      (package private) short start  
    • Constructor Summary

      Constructors 
      Constructor Description
      IsoRun()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • contextPos

        int contextPos
      • start

        short start
      • limit

        short limit
      • level

        byte level
      • lastStrong

        byte lastStrong
      • lastBase

        byte lastBase
      • contextDir

        byte contextDir
    • Constructor Detail

      • IsoRun

        IsoRun()