Class PcodeEmitPacked.LabelRef

  • Enclosing class:
    PcodeEmitPacked

    public class PcodeEmitPacked.LabelRef
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LabelRef​(int op, int lab, int size, int stream)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • opIndex

        public int opIndex
      • labelIndex

        public int labelIndex
      • labelSize

        public int labelSize
      • streampos

        public int streampos
    • Constructor Detail

      • LabelRef

        public LabelRef​(int op,
                        int lab,
                        int size,
                        int stream)