Class SymTypeVariableReplaceVisitor

  • All Implemented Interfaces:
    ISymTypeVisitor

    public class SymTypeVariableReplaceVisitor
    extends SymTypeDeepCloneVisitor
    replaces TypeVariables using a given map e.g., T, {T->int,U->float} -> int e.g., List<T>, {T->int} -> List<int> Usage: calculate(symType, replaceMap)