Ast Glossary

Browse 1 ast terms defined in plain English, from the cultural dictionary of computing.

1 Ast Terms

Visitor Pattern
A behavioral design pattern that separates an algorithm from the object structure it operates on by defining a visitor interface with a visit method for each...

Related Topics