descendants static method

List<ParseTree> descendants(
  1. ParseTree t
)

@deprecated */

Implementation

static List<ParseTree> descendants(ParseTree t) {
  return getDescendants(t);
}