代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/124955/14522521
c yylex.c
/* yylex - scanner front-end for flex */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to B
www.eeworm.com/read/114134/15075299
cup parser.cup
// JavaCup specification for a simple expression evaluator (w/ actions)
package java_cup.simple_calc;
import java_cup.runtime.*;
/* Terminals (tokens returned by the scanner). */
terminal
www.eeworm.com/read/486349/1251804
java menu.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package laforehash;
import java.io.IOException;
import java.util.Scanner;
/**
*
* @author Usuar
www.eeworm.com/read/240204/4577459
g test.g
/* This is test.g which tests linking multiple scanners/parsers together;
* DLG-based scanner
*/
>
#token "[\ \t\n]+"
class A {
e
www.eeworm.com/read/240204/4577464
g test.g
/* This tests a simple DLG-based scanner plus (...)? predicates */
www.eeworm.com/read/280913/4121957
lex wc.lex
%{
/*
* wc.lex : A simple example of using FLEX
* to create a wc-like utility.
*
* See MISC/fastwc/ in the flex distribution for examples
* of how to write this scanner for maxi
www.eeworm.com/read/275576/4173823
groovy filenamefinder.groovy
package groovy.util
class FileNameFinder implements IFileNameFinder{
List getFileNames(String basedir, String pattern){
def ant = new AntBuilder()
def scanner = ant.fileScanner
www.eeworm.com/read/272724/4215055
java htmleditscanner.java
// HtmlEditScanner - an HTML scanner with editing
//
// Copyright (C) 1996 by Jef Poskanzer . All rights reserved.
//
// Redistribution and use in source and binary forms, with or w
www.eeworm.com/read/435037/1866374
cup parser.cup
// JavaCup specification for a simple expression evaluator (w/ actions)
package java_cup.simple_calc;
import java_cup.runtime.*;
/* Terminals (tokens returned by the scanner). */
terminal
www.eeworm.com/read/435037/1866379
cup parser.cup
// JavaCup specification for a simple expression evaluator (w/ actions)
package java_cup.simple_calc;
import java_cup.runtime.*;
/* Terminals (tokens returned by the scanner). */
terminal