Interface DSLNode


public interface DSLNode
This is NOT public API. Do not use directly. This code may change without notice.
  • Method Details

    • getMetadata0

      DSLMetadata getMetadata0()
    • adoptChildren0

      void adoptChildren0(Node other, Node next)
    • updateTypes0

      void updateTypes0(Class<?>[] types)
    • getNext0

      Node getNext0()