|
GTIRB
v2.3.1
GrammaTech Intermediate Representation for Binaries
|
Node is the root class for many GTIRB components.
The guaranteed functionality is provided as follows.
| Language | Node Class | Retrieve UUID for Node | Retrieve Node by UUID |
|---|---|---|---|
| C++ | gtirb::Node | gtirb::Node::getUUID() | gtirb::Node::getByUUID() |
| Python | gtirb.Node | gtirb.Node.uuid | gtirb.Node.from_uuid() |
| Common Lisp | - | uuid object => result | get-uuid uuid object => result |
1.8.17