Interface ByteCodeElement.Token<T extends ByteCodeElement.Token<T>>

    • Method Detail

      • accept

        T accept​(TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)
        Transforms the types represented by this token by applying the given visitor to them.
        Parameters:
        visitor - The visitor to transform all types that are represented by this token.
        Returns:
        This token with all of its represented types transformed by the supplied visitor.