Class Exclude

    • Field Detail

      • source

        protected boolean source
        The Source.
      • vtable

        protected boolean vtable
        The Vtable.
      • ltable

        protected boolean ltable
        The Ltable.
      • lttable

        protected boolean lttable
        The Lttable.
      • rvAnn

        protected boolean rvAnn
        The Rv ann.
      • rvTypeAnn

        protected boolean rvTypeAnn
        The Rv type ann.
      • riAnn

        protected boolean riAnn
        The Ri ann.
      • riTypeAnn

        protected boolean riTypeAnn
        The Ri type ann.
      • rvPann

        protected boolean rvPann
        The Rv pann.
      • riPann

        protected boolean riPann
        The Ri pann.
      • debugExtension

        protected boolean debugExtension
        The Debug extension.
    • Constructor Detail

      • Exclude

        public Exclude​(YGuardBaseTask task)
        Instantiates a new Exclude.
        Parameters:
        task - the task
    • Method Detail

      • setSourcefile

        public void setSourcefile​(boolean sf)
        Sets sourcefile.
        Parameters:
        sf - the sf
      • setLocalvariabletable

        public void setLocalvariabletable​(boolean vt)
        Sets localvariabletable.
        Parameters:
        vt - the vt
      • setLinenumbertable

        public void setLinenumbertable​(boolean lt)
        Sets linenumbertable.
        Parameters:
        lt - the lt
      • setRuntimeVisibleAnnotations

        public void setRuntimeVisibleAnnotations​(boolean v)
        Sets runtime visible annotations.
        Parameters:
        v - the v
      • setRuntimeVisibleTypeAnnotations

        public void setRuntimeVisibleTypeAnnotations​(boolean v)
        Sets runtime visible type annotations.
        Parameters:
        v - the v
      • setRuntimeInvisibleAnnotations

        public void setRuntimeInvisibleAnnotations​(boolean v)
        Sets runtime invisible annotations.
        Parameters:
        v - the v
      • setRuntimeInvisibleTypeAnnotations

        public void setRuntimeInvisibleTypeAnnotations​(boolean v)
        Sets runtime invisible type annotations.
        Parameters:
        v - the v
      • setRuntimeVisibleParameterAnnotations

        public void setRuntimeVisibleParameterAnnotations​(boolean v)
        Sets runtime visible parameter annotations.
        Parameters:
        v - the v
      • setRuntimeInvisibleParameterAnnotations

        public void setRuntimeInvisibleParameterAnnotations​(boolean v)
        Sets runtime invisible parameter annotations.
        Parameters:
        v - the v
      • setLocalVariableTypeTable

        public void setLocalVariableTypeTable​(boolean lt)
        Sets local variable type table.
        Parameters:
        lt - the lt
      • setSourceDebugExtension

        public void setSourceDebugExtension​(boolean b)
        Sets source debug extension.
        Parameters:
        b - the b
      • isSource

        public boolean isSource()
        Is source boolean.
        Returns:
        the boolean
      • isVtable

        public boolean isVtable()
        Is vtable boolean.
        Returns:
        the boolean
      • isLtable

        public boolean isLtable()
        Is ltable boolean.
        Returns:
        the boolean
      • isLttable

        public boolean isLttable()
        Is lttable boolean.
        Returns:
        the boolean
      • isRvAnn

        public boolean isRvAnn()
        Is rv ann boolean.
        Returns:
        the boolean
      • isRiAnn

        public boolean isRiAnn()
        Is ri ann boolean.
        Returns:
        the boolean
      • isRvPann

        public boolean isRvPann()
        Is rv pann boolean.
        Returns:
        the boolean
      • isRiPann

        public boolean isRiPann()
        Is ri pann boolean.
        Returns:
        the boolean
      • isDebugExtension

        public boolean isDebugExtension()
        Is debug extension boolean.
        Returns:
        the boolean