Interface DSLNode
-
public interface DSLNodeThis is NOT public API. Do not use directly. This code may change without notice.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadoptChildren0(Node other, Node next)DSLMetadatagetMetadata0()NodegetNext0()voidupdateTypes0(java.lang.Class<?>[] types)
-
-
-
Method Detail
-
getMetadata0
DSLMetadata getMetadata0()
-
updateTypes0
void updateTypes0(java.lang.Class<?>[] types)
-
getNext0
Node getNext0()
-
-