@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)
Creates a node for the supplied user object.
userObject
Creates a node for the supplied user object and metadata.
properties
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.