<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Hi Alberto!<br>
      <br>
      I assume you mean the LLVMBitcodeInstructionVisitor class, right?
      This class is part of the internal implementation of the LLVM
      runtime in GraalVM, and not meant to be extended or used outside
      of the LLVM runtime. This is not meant as API, we might change
      that class without notice, even in minor releases.<br>
      <br>
      What are you trying to achieve by subclassing it?<br>
      <br>
      - Roland<br>
      <br>
      On 2/11/20 4:31 PM, Alberto Barbaro wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CA+W2qAgnjktx7bxoDcjcY1SL_71CSMmkX1TqcZzPysnY-TZA-Q@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="auto">Hi all,
        <div dir="auto">I've just started to use graalvm and I've
          noticed that the LLVMBitcodeVisitor class is market as final.
          I'd like to create my own visitor extending it... So I was
          wondering if there is a better approach rather then modifying
          a bit the source code. How would you recommend to do it?</div>
        <div dir="auto"><br>
        </div>
        <div dir="auto">Thanks</div>
        <div dir="auto">Alberto</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
GraalVM-Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:GraalVM-Users@oss.oracle.com">GraalVM-Users@oss.oracle.com</a>
<a class="moz-txt-link-freetext" href="https://oss.oracle.com/mailman/listinfo/graalvm-users">https://oss.oracle.com/mailman/listinfo/graalvm-users</a></pre>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>