Class PostOrderDeserializer


  • public final class PostOrderDeserializer
    extends java.lang.Object
    Experimental API. May change without notice.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T extends Node>
      T
      deserialize​(byte[] bytes, java.lang.Class<T> expectedType)
      Deserializes the byte stream and returns the deserialized Truffle AST node.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait