Class RemoveCastNodes

java.lang.Object
com.google.javascript.jscomp.RemoveCastNodes
All Implemented Interfaces:
CompilerPass

public final class RemoveCastNodes extends Object implements CompilerPass
Normalizes all CAST nodes out of the AST.
  • Constructor Details

  • Method Details

    • process

      public void process(Node externs, Node root)
      Description copied from interface: CompilerPass
      Process the JS with root node root. Can modify the contents of each Node tree
      Specified by:
      process in interface CompilerPass
      Parameters:
      externs - Top of external JS tree
      root - Top of JS tree