Uses of Interface
com.google.javascript.jscomp.SourceAst
-
Packages that use SourceAst Package Description com.google.javascript.jscomp Provides the core compiler and its public API. -
-
Uses of SourceAst in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement SourceAst Modifier and Type Class Description classCompilerInputA class for the internal representation of an input to the compiler.classJsAstGenerates an AST for a JavaScript source file.classRecoverableJsAstAn implementation ofSourceAstthat avoids re-creating the AST unless it was manually cleared.classSyntheticAstAn AST generated totally by the compiler.Constructors in com.google.javascript.jscomp with parameters of type SourceAst Constructor Description CompilerInput(SourceAst ast)CompilerInput(SourceAst ast, boolean isExtern)CompilerInput(SourceAst ast, InputId inputId, boolean isExtern)CompilerInput(SourceAst ast, java.lang.String inputId, boolean isExtern)RecoverableJsAst(SourceAst realSource, boolean reportParseErrors)Wraps around an existing SourceAst that provides caching between compilations.
-