@CompileStatic interface AstBrowserNodeMaker<T>
This interface is used to create tree nodes of various types
abstract T
makeNode(Object userObject)
makeNodeWithProperties(Object userObject, List<List<?>> properties)
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.