Exemplo n.º 1
0
 /// <summary>
 ///     Return true if this Node is inside a COPY
 ///     TODO To discuss: make a rule: a Node CAN'T have token in two different source file
 /// </summary>
 /// <returns></returns>
 public bool IsInsideCopy() {
     return CodeElement != null && CodeElement.IsInsideCopy();
 }