Home | History | Annotate | Download | only in build

Lines Matching refs:scanner

44 import java.util.Scanner;
593 Scanner scanner = new Scanner(methodSource);
600 token = scanner.findWithinHorizon(pattern, methodSource.length());
612 MatchResult result = scanner.match();
655 Scanner scanner;
657 scanner = new Scanner(f);
665 String token = scanner.findWithinHorizon(methodPattern, (int) f.length());
671 MatchResult result = scanner.match();
754 if (scanner != null) {
755 scanner.close();