public class ClosureJsAst extends Object implements com.google.gwt.thirdparty.javascript.jscomp.SourceAst
Constructor and Description |
---|
ClosureJsAst(com.google.gwt.thirdparty.javascript.rhino.InputId inputId,
com.google.gwt.thirdparty.javascript.rhino.Node root) |
Modifier and Type | Method and Description |
---|---|
void |
clearAst() |
com.google.gwt.thirdparty.javascript.rhino.Node |
getAstRoot(com.google.gwt.thirdparty.javascript.jscomp.AbstractCompiler compiler) |
com.google.gwt.thirdparty.javascript.rhino.InputId |
getInputId() |
com.google.gwt.thirdparty.javascript.jscomp.SourceFile |
getSourceFile() |
String |
getSourceName() |
void |
setSourceFile(com.google.gwt.thirdparty.javascript.jscomp.SourceFile file) |
public ClosureJsAst(com.google.gwt.thirdparty.javascript.rhino.InputId inputId, com.google.gwt.thirdparty.javascript.rhino.Node root)
public void clearAst()
clearAst
in interface com.google.gwt.thirdparty.javascript.jscomp.SourceAst
public com.google.gwt.thirdparty.javascript.rhino.Node getAstRoot(com.google.gwt.thirdparty.javascript.jscomp.AbstractCompiler compiler)
getAstRoot
in interface com.google.gwt.thirdparty.javascript.jscomp.SourceAst
public com.google.gwt.thirdparty.javascript.rhino.InputId getInputId()
getInputId
in interface com.google.gwt.thirdparty.javascript.jscomp.SourceAst
public com.google.gwt.thirdparty.javascript.jscomp.SourceFile getSourceFile()
getSourceFile
in interface com.google.gwt.thirdparty.javascript.jscomp.SourceAst
public String getSourceName()
public void setSourceFile(com.google.gwt.thirdparty.javascript.jscomp.SourceFile file)
setSourceFile
in interface com.google.gwt.thirdparty.javascript.jscomp.SourceAst
Copyright © 2018. All rights reserved.