Class ConvertTypesToColors

  • All Implemented Interfaces:
    CompilerPass

    public final class ConvertTypesToColors
    extends java.lang.Object
    implements CompilerPass
    Pass to convert JSType objects from TypeChecking that are attached to the AST into Color objects whose sole use is to enable running optimizations and delete all other references to JSTypes.

    This pass is also responsible for logging debug information that needs to know about both JSType objects and their corresponding colors, and for telling the compiler to prepare for reading runtime libraries from precompiled TypedASTs instead of source.

    • Method Detail

      • 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