Home | History | Annotate | Download | only in build

Lines Matching full:scanner

43 import java.util.Scanner;
648 Scanner scanner = new Scanner(methodSource);
655 token = scanner.findWithinHorizon(pattern, methodSource.length());
667 MatchResult result = scanner.match();
710 Scanner scanner;
712 scanner = new Scanner(f);
720 String token = scanner.findWithinHorizon(methodPattern, (int) f.length());
726 MatchResult result = scanner.match();
808 if (scanner != null) {
809 scanner.close();