代码搜索:expression
找到约 10,000 项符合「expression」的源代码
代码结果 10,000
www.eeworm.com/read/127116/14377628
java not.java
package com.javapatterns.interpreter;
public class Not extends Expression
{
/**
* @link aggregation
*/
private Expression exp;
public Not(Expression exp)
{
th
www.eeworm.com/read/127116/14377634
java and.java
package com.javapatterns.interpreter;
public class And extends Expression
{
/**
* @link aggregation
*/
private Expression left, right;
public And(Expression left, Exp
www.eeworm.com/read/126683/14406689
html stmts.html
JavaScript 的语法
JavaScript statements consist of keywords used with the appropriate syntax. A single statement may spa
www.eeworm.com/read/126151/14443329
pas errors.pas
unit Errors;
interface
const
{ *** Fatal errors *** }
NotSupportedFormat = 'The format of the program is not supported';
{ *** Errors *** }
WrongSyntax = 'Wrong syntax in express
www.eeworm.com/read/124842/14533581
h chrome.h
// Copyright Andy Singleton, 1993,1994
// This code is released for non-commercial use only
// For questions or upgrades contact:
// Andy Singleton, Creation Mechanics Inc.
// PO Box 248, Peterbor
www.eeworm.com/read/123453/14630984
h wsstree.h
/*
*
* wsstree.h
*
* Author: Markku Rossi
*
* Copyright (c) 1999-2000 WAPIT OY LTD.
* All rights reserved.
*
* Syntax tree creation, manipulation and byte-code assembler
* gen
www.eeworm.com/read/223372/14643154
java commandselect.java
/* =============================================================
* SmallSQL : a free Java DBMS library for the Java(tm) platform
* =============================================================
*
www.eeworm.com/read/223321/14645844
c plural.c
/* A Bison parser, made from plural.y
by GNU Bison version 1.28 */
#define YYBISON 1 /* Identify Bison output. */
#define yyparse __gettextparse
#define yylex __gettextlex
#define yyerror _
www.eeworm.com/read/123024/14651440
shtml reg_ex.shtml
String - Using Regular Expressions for Search/Repl
www.eeworm.com/read/122894/14658755
htm srchhelp.htm
CD-ROM Book Search Help
/* This is needed because the windows in not part of a frame. */
if(top._appletFrame != null && top._appletFram