public interface ASTVisitor<R,A>
R
visit(ASTNode node, A param)
R visit(ASTNode node, A param)
Copyright © 2016 Jared Wiltshire. All rights reserved.