MCPcopy Index your code
hub / github.com/Col-E/Recaf / parse

Method parse

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

Source from the content-addressed store, hash-verified

747 }
748
749 private static ParseResult<RootAST> parse(String code) {
750 return Parse.parse(D1 + code + D2);
751 }
752
753 private static ParseResult<RootAST> parseLit(String code) {
754 return Parse.parse(code);

Calls 1

parseMethod · 0.95

Tested by

no test coverage detected