程序包 proguard.util

类 SimpleProcessable

    • 构造器概要

      构造器 
      构造器 说明
      SimpleProcessable()
      Creates an uninitialized SimpleProcessable.
      SimpleProcessable​(int processingFlags, java.lang.Object processingInfo)
      Creates an initialized SimpleProcessable.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void addProcessingFlags​(int... flags)
      Adds all given flags to this processable.
      int getProcessingFlags()
      Returns the processing flags.
      java.lang.Object getProcessingInfo()
      Gets the processing information.
      boolean hasProcessingFlags​(int... flags)
      Checks whether all the given flags are set on this processable.
      void removeProcessingFlags​(int... flags)
      Removes all given flags from this processable.
      void setProcessingFlags​(int processingFlags)
      Sets the processing flags.
      void setProcessingInfo​(java.lang.Object processingInfo)
      Sets the processing information.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • processingFlags

        public int processingFlags
      • processingInfo

        public java.lang.Object processingInfo
    • 构造器详细资料

      • SimpleProcessable

        public SimpleProcessable()
        Creates an uninitialized SimpleProcessable.
      • SimpleProcessable

        public SimpleProcessable​(int processingFlags,
                                 java.lang.Object processingInfo)
        Creates an initialized SimpleProcessable.
    • 方法详细资料

      • setProcessingFlags

        public void setProcessingFlags​(int processingFlags)
        从接口复制的说明: Processable
        Sets the processing flags.
        指定者:
        setProcessingFlags 在接口中 Processable
      • addProcessingFlags

        public void addProcessingFlags​(int... flags)
        从接口复制的说明: Processable
        Adds all given flags to this processable.
        指定者:
        addProcessingFlags 在接口中 Processable
      • removeProcessingFlags

        public void removeProcessingFlags​(int... flags)
        从接口复制的说明: Processable
        Removes all given flags from this processable.
        指定者:
        removeProcessingFlags 在接口中 Processable
      • hasProcessingFlags

        public boolean hasProcessingFlags​(int... flags)
        从接口复制的说明: Processable
        Checks whether all the given flags are set on this processable.
        指定者:
        hasProcessingFlags 在接口中 Processable
      • setProcessingInfo

        public void setProcessingInfo​(java.lang.Object processingInfo)
        从接口复制的说明: Processable
        Sets the processing information.
        指定者:
        setProcessingInfo 在接口中 Processable