Home
last modified time | relevance | path

Searched defs:post_action (Results 1 – 3 of 3) sorted by relevance

/external/antlr/runtime/Ruby/lib/antlr3/tree/
Dvisitor.rb63 def post_action( &block ) method in ANTLR3.AST.Visitor
68 def visit( tree, pre_action = nil, post_action = nil ) argument
/external/antlr/runtime/Python3/antlr3/
Dtree.py2395 def visit(self, t, pre_action=None, post_action=None): argument
/external/antlr/runtime/Python/antlr3/
Dtree.py2410 def visit(self, t, pre_action=None, post_action=None): argument