Class SymTypeCollectionVisitor

  • All Implemented Interfaces:
    ISymTypeVisitor

    public class SymTypeCollectionVisitor
    extends java.lang.Object
    implements ISymTypeVisitor
    Collects contained SymTypeExpressions based on a predicate, e.g., type: (List<A>, Set<List<C>>) -> void predicate: isList result: List<A>, List<C> Usage: calculate(mySymType, predicate)