public class JavaScriptParser extends com.sonar.sslr.api.typed.ActionParser<Tree>
| Constructor and Description |
|---|
JavaScriptParser(Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
Tree |
parse(File file) |
Tree |
parse(String source) |
public JavaScriptParser(Charset charset)
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.