Class SymTypeCollectionVisitor

java.lang.Object
de.monticore.types3.util.SymTypeCollectionVisitor
All Implemented Interfaces:
ISymTypeVisitor

public class SymTypeCollectionVisitor extends 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)