Interface INodeItemVisitable

    • Method Detail

      • accept

        <RESULT,​CONTEXT> RESULT accept​(@NonNull
                                             INodeItemVisitor<RESULT,​CONTEXT> visitor,
                                             CONTEXT context)
        A visitor callback.
        Type Parameters:
        RESULT - the type of the visitor result
        CONTEXT - the type of the context parameter
        Parameters:
        visitor - the calling visitor
        context - a parameter used to pass contextual information between visitors
        Returns:
        the visitor result