MCPcopy
hub / github.com/Col-E/Recaf / parseLit

Method parseLit

src/test/java/me/coley/recaf/AssemblyCasesTest.java:753–755  ·  view source on GitHub ↗
(String code)

Source from the content-addressed store, hash-verified

751 }
752
753 private static ParseResult<RootAST> parseLit(String code) {
754 return Parse.parse(code);
755 }
756}

Calls 1

parseMethod · 0.95

Tested by

no test coverage detected