Ejemplo n.º 1
0
 private bool isMethodCall()
 {
     return(function.isMemberAccess() && arguments.Length > 0 && function.getTable() == arguments[0]);
 }