MCPcopy Create free account
hub / github.com/FamilySearch/gedcom5-java / visit

Method visit

src/main/java/org/folg/gedcom/model/Visitor.java:26–26  ·  view source on GitHub ↗
(Address address)

Source from the content-addressed store, hash-verified

24 */
25public class Visitor {
26 public boolean visit(Address address) {return true;}
27 public boolean visit(Association association) {return true;}
28 public boolean visit(Change change) {return true;}
29 public boolean visit(CharacterSet characterSet) {return true;}

Callers 15

acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
visitContainedObjectsMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected