- 所有已知子接口:
DefConsumer,VarConsumer
- 所有已知实现类:
CallResolver,VarConsumer.ScopeChecker
A convenient interface to consume a `Term`.
This is desirable when you only need to inspect a term and produce some side effects.
One can specify the `pre` and `post` method which represents a recursive step in pre- and post-order respectively.
The overall traversal is obtained by recursively traversing the term in pre-order followed by a post-order traversal.
-
方法概要