nodeList<E extends AstNode> abstract method

NodeList<E> nodeList<E extends AstNode>(
  1. AstNode owner
)

Returns a newly created list of nodes such that all of the nodes that are added to the list will have their parent set to the given owner.

Implementation

NodeList<E> nodeList<E extends AstNode>(AstNode owner);