MCPcopy Create free account
hub / github.com/FabricMC/Matcher / visit

Method visit

src/main/java/matcher/srcprocess/SrcDecorator.java:271–274  ·  view source on GitHub ↗
(CompilationUnit n, TypeResolver resolver)

Source from the content-addressed store, hash-verified

269
270 private static final VoidVisitorAdapter<TypeResolver> remapVisitor = new VoidVisitorAdapter<TypeResolver>() {
271 @Override
272 public void visit(CompilationUnit n, TypeResolver resolver) {
273 n.getTypes().forEach(p -> p.accept(this, resolver));
274 }
275
276 @Override
277 public void visit(ClassOrInterfaceDeclaration n, TypeResolver resolver) {

Callers

nothing calls this directly

Calls 9

visitClsMethod · 0.95
handleMethodCommentMethod · 0.95
handleCommentMethod · 0.95
acceptMethod · 0.80
sizeMethod · 0.80
getMappedCommentMethod · 0.65
getMethodMethod · 0.45
getFieldMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected