MCPcopy Create free account
hub / github.com/dynjs/dynjs / parse

Method parse

src/main/java/org/dynjs/parser/js/JavascriptParser.java:27–30  ·  view source on GitHub ↗
(File file)

Source from the content-addressed store, hash-verified

25 }
26
27 public ProgramTree parse(File file) throws IOException {
28 return parse( file, false );
29
30 }
31 public ProgramTree parse(File file, boolean forceStrict) throws IOException {
32 FileReader reader = new FileReader(file);
33 try {

Callers 1

parseMethod · 0.95

Calls 4

setFileNameMethod · 0.95
forceStrictMethod · 0.95
programMethod · 0.95
getNameMethod · 0.45

Tested by

no test coverage detected