代码搜索:expression
找到约 10,000 项符合「expression」的源代码
代码结果 10,000
www.eeworm.com/read/443644/7629605
c expr.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/299153/7884513
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/299153/7884517
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/433951/7902510
java preconditionnil.java
package JSHOP2;
/** This class represents an iterator over all the possible bindings that can
* satisfy an empty logical expression at run time. Note that in this case
* there is only one such bi
www.eeworm.com/read/433951/7902530
java logicalexpressionforall.java
package JSHOP2;
/** Each ForAll logical expression at compile time is represented
* as an instance of this class.
*
* @author Okhtay Ilghami
* @author
www.eeworm.com/read/433951/7902550
java logicalexpressionassignment.java
package JSHOP2;
/** Each assign term in a logical expression at compile time is represented as
* an instance of this class.
*
* @author Okhtay Ilghami
* @author
www.eeworm.com/read/433951/7902581
java preconditionforall.java
package JSHOP2;
/** This class represents an iterator over all the possible bindings that can
* satisfy a ForAll logical expression at run time. Note that in
* this case there is at
www.eeworm.com/read/433951/7902589
java preconditionassign.java
package JSHOP2;
/** This class represents an iterator over all the possible bindings that can
* satisfy an assignment logical expression at run time. Note that in this
* there is only one such bi