visitChildren method
Implementation
TreeVisitor<Binding> visitChildren(TreeVisitor<Binding> visitor) {
if (visitor.stopped) return visitor;
return visitor;
}
TreeVisitor<Binding> visitChildren(TreeVisitor<Binding> visitor) {
if (visitor.stopped) return visitor;
return visitor;
}