Class TaintImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      TaintImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isTainted()  
      void taint()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TaintImpl

        public TaintImpl()
    • Method Detail

      • taint

        public void taint()
        Specified by:
        taint in interface Taint
      • isTainted

        public boolean isTainted()
        Specified by:
        isTainted in interface Taint
        Returns:
        True iff Taint.taint() has been called on this object.