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

Method sourceElement

src/main/java/org/dynjs/parser/js/Parser.java:1158–1164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1156 }
1157
1158 public Statement sourceElement() {
1159 if (la() == FUNCTION) {
1160 return functionDeclaration();
1161 }
1162
1163 return statement();
1164 }
1165
1166 public Statement statement() {
1167 switch (la()) {

Callers 1

sourceElementsMethod · 0.95

Calls 3

laMethod · 0.95
functionDeclarationMethod · 0.95
statementMethod · 0.95

Tested by

no test coverage detected