Creates a label which can be the target of a jump node.
Inheritance: Decorator
Beispiel #1
0
 public void CreateLabel(Label label)
 {
     labels[label.name] = label;
 }