Class RhinoPatcher


  • public class RhinoPatcher
    extends java.lang.Object
    Patches org.mozilla.javascript.* to adjust the behavior of Rhino.
    Since:
    16.1.0
    Version:
    $Revision: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
    • Constructor Summary

      Constructors 
      Constructor Description
      RhinoPatcher()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void doPatch()
      Applies patches.
      • Methods inherited from class java.lang.Object

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

      • RhinoPatcher

        public RhinoPatcher()
    • Method Detail

      • doPatch

        public static void doPatch()
        Applies patches.
        Since:
        16.1.0