Searched refs:post_action (Results 1 – 2 of 2) sorted by relevance
63 def post_action( &block ) method in ANTLR3.AST.Visitor68 def visit( tree, pre_action = nil, post_action = nil ) argument71 after = post_action || @post_action76 visit( child, pre_action, post_action )
2410 def visit(self, t, pre_action=None, post_action=None): argument2433 self.visit(child, pre_action, post_action)2436 if post_action is not None and not isNil:2437 t = post_action(t)