Class MLocalVariableAnnotation

    • Field Detail

      • typeRef

        protected int typeRef
      • typePath

        protected String typePath
      • startLabels

        protected String[] startLabels
      • endLabels

        protected String[] endLabels
      • index

        protected int[] index
      • descriptor

        protected String descriptor
      • visible

        protected boolean visible
    • Constructor Detail

      • MLocalVariableAnnotation

        public MLocalVariableAnnotation()
        Конструктор по умолчанию
      • MLocalVariableAnnotation

        public MLocalVariableAnnotation​(MLocalVariableAnnotation sample)
        Конструктор копирования
        Parameters:
        sample - образец
    • Method Detail

      • getTypeRef

        public int getTypeRef()
      • setTypeRef

        public void setTypeRef​(int typeRef)
      • getTypePath

        public String getTypePath()
      • setTypePath

        public void setTypePath​(String typePath)
      • getStartLabels

        public String[] getStartLabels()
      • setStartLabels

        public void setStartLabels​(String[] startLabels)
      • getEndLabels

        public String[] getEndLabels()
      • setEndLabels

        public void setEndLabels​(String[] endLabels)
      • getIndex

        public int[] getIndex()
      • setIndex

        public void setIndex​(int[] index)
      • getDescriptor

        public String getDescriptor()
      • setDescriptor

        public void setDescriptor​(String descriptor)
      • isVisible

        public boolean isVisible()
      • setVisible

        public void setVisible​(boolean visible)
      • nodes

        public xyz.cofe.iter.Eterable<ByteCode> nodes()
        Возвращает дочерние узлы
        Specified by:
        nodes in interface ByteCode
        Specified by:
        nodes in interface xyz.cofe.collection.ImTree<ByteCode>
        Returns:
        дочерние узлы