Lines Matching refs:visitor
69 def visit(self, visitor):
88 def visit(self, visitor):
89 visitor.visit_literal(self)
103 def visit(self, visitor):
104 visitor.visit_blob(self)
115 def visit(self, visitor):
116 visitor.visit_named_constant(self)
127 def visit(self, visitor):
128 visitor.visit_array(self)
143 def visit(self, visitor):
144 visitor.visit_struct(self)
191 def visit(self, visitor):
192 visitor.visit_pointer(self)
213 def visit(self, visitor):
214 visitor.visit_call(self)
228 def visit(self, visitor):
229 visitor.visit_trace(self)