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
CompilerInput
A class for the internal representation of an input to the compiler.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.class
SyntheticAst
An AST generated totally by the compiler.Methods in com.google.javascript.jscomp that return SourceAst Modifier and Type Method Description SourceAst
RecoverableJsAst. unwrapRealSourceAst()
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.
-