Node
Inherits from
System.Object
public class Node
Name | Description |
---|---|
|
Name | Description |
---|---|
| |
The list of instructions in this node. | |
A jump table, mapping the names of labels to positions in the instructions list. | |
The name of this node. | |
the entry in the program's string table that contains the original text of this node; null if this is not available | |
The tags associated with this node. |
Last modified 21d ago