Uses of Interface
com.google.javascript.jscomp.SourceAst
-
Packages that use SourceAst Package Description com.google.javascript.jscomp -
-
Uses of SourceAst in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement SourceAst Modifier and Type Class Description class
JsAst
Generates an AST for a JavaScript source file.class
RecoverableJsAst
An implementation ofSourceAst
that avoids re-creating the AST unless it was manually cleared.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)
Deprecated.the inputId is read from the SourceAst.CompilerInput(SourceAst ast, java.lang.String inputId, boolean isExtern)
Deprecated.the inputId is read from the SourceAst.RecoverableJsAst(SourceAst realSource, boolean reportParseErrors)
Wraps around an existing SourceAst that provides caching between compilations.
-