Class PresizeCollections.CodeRange

java.lang.Object
com.mebigfatguy.fbcontrib.detect.PresizeCollections.CodeRange
Enclosing class:
PresizeCollections

static class PresizeCollections.CodeRange extends Object
  • Field Details

    • fromPC

      public int fromPC
    • toPC

      public int toPC
    • isPossiblySized

      public boolean isPossiblySized
  • Constructor Details

    • CodeRange

      CodeRange(int from, int to, boolean isSized)
  • Method Details