Exemplo n.º 1
0
        /// <summary>
        ///
        /// </summary>
        /// <returns></returns>
        public LabelReference CreateLabel()
        {
            LabelReference reference = new LabelReference();

            this._ilmarkers.Add(reference);
            return(reference);
        }
Exemplo n.º 2
0
 public GotoStatement(LabelReference label)
 {
     this._label = label;
 }
Exemplo n.º 3
0
 public MarkBranchStatement(LabelReference label)
 {
     this._label = label;
 }