Documentation of 'org.jquantlib.util.PolymorphicVisitor' Java class
PolymorphicVisitor
org.jquantlib.util

Interface PolymorphicVisitor

    • Method Detail

      • visitor

        <T> Visitor<T> visitor(java.lang.Class<? extends T> element)
        This method returns a Visitor responsible for visiting a specific data structure
        Type Parameters:
        T - needed for wildcard capture trick which allows type inference at compile time. More information at More Fun with Wildcards
        Parameters:
        klass - specifies the data structure type
        Returns:
        a Visitor responsible for visiting a certain data structure type
        See Also:
        PolymorphicVisitable.accept(PolymorphicVisitor)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.