public class MachoExportTrieNode extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MachoExportTrieNode.ExportInfo
Represents the export info, if present, for nodes.
|
Modifier and Type | Method and Description |
---|---|
List<MachoExportTrieNode> |
collectNodesWithExportInfo()
Performs a depth-first traversal of the trie and collects all nodes which have non-null export
info.
|
MachoExportTrieEdge[] |
getEdges() |
Optional<MachoExportTrieNode.ExportInfo> |
getExportInfo() |
public MachoExportTrieEdge[] getEdges()
public Optional<MachoExportTrieNode.ExportInfo> getExportInfo()
public List<MachoExportTrieNode> collectNodesWithExportInfo()