Class BlockIdentifier

    • Field Detail

      • index

        private final int index
      • knownForeignReferences

        private int knownForeignReferences
    • Constructor Detail

      • BlockIdentifier

        public BlockIdentifier​(int index,
                               BlockType blockType)
    • Method Detail

      • getBlockType

        public BlockType getBlockType()
      • setBlockType

        public void setBlockType​(BlockType blockType)
      • getName

        public java.lang.String getName()
      • getIndex

        public int getIndex()
      • addForeignRef

        public void addForeignRef()
      • releaseForeignRef

        public void releaseForeignRef()
      • hasForeignReferences

        public boolean hasForeignReferences()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object