@FunctionalInterface
public static interface NodeTraversal.AbstractPostOrderCallbackInterface
Modifier and Type | Method and Description |
---|---|
void |
visit(NodeTraversal t,
Node n,
Node parent) |
void visit(NodeTraversal t, Node n, Node parent)
Copyright © 2009-2019 Google. All Rights Reserved.