Class FeatureCollector

java.lang.Object
com.google.javascript.jscomp.parsing.FeatureCollector

public final class FeatureCollector extends Object
Class that deserializes an AstNode-tree representing a SCRIPT into a Node-tree.

This process depends on other information from the TypedAST format, but the output it limited to only a single SCRIPT. The other deserialized content must be provided beforehand.

  • Constructor Details

    • FeatureCollector

      public FeatureCollector()
  • Method Details