Home | History | Annotate | Download | only in Scripts

Lines Matching refs:method

107     my $method = $1;
109 if ($method =~ /$bal/) {
113 my $class = substr($method, 0, length($method) - length($signature) - ($const ? 6 : 0));
115 # print "line: $line\nclass: $class\nmethod: $method\nsignature: $signature\nconst: $const\n\n";
120 'method' => $method,
125 print "unmatched line $method\n\n"
159 my $method = $entry->{'method'};
160 print "\t$method\n";