Ejemplo n.º 1
0
 public string getFirstNodeTypeName()
 {
     return(firstNodeCS.getAst().getType().getName());
 }
Ejemplo n.º 2
0
 public string getLastNodeTypeName()
 {
     return(lastNodeCS.getAst().getType().getName());
 }