Class AbstractUnitVisitor

  • All Implemented Interfaces:
    IXliffVisitor<UnitNode>

    public abstract class AbstractUnitVisitor
    extends Object
    implements IXliffVisitor<UnitNode>
    Abstract class for Unit visitors to be derived from. This is a bit of a work-around, because it is not possible in Java generics to limit the type of an interface to a set of given interfaces.
    Author:
    Martin Wunderlich