代码搜索:expression
找到约 10,000 项符合「expression」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5537191
java pr13733.java
// 15.26: "The type of an assignment expression is the type of the variable"
// (LHS).
class PR13733 {
String a, c = "";
Object b;
void bug() {
a = (b = c); // invalid without cast
}
}
www.eeworm.com/read/162519/5541273
java xpathexception.java
/*
* Copyright (c) 2004 World Wide Web Consortium,
*
* (Massachusetts Institute of Technology, European Research Consortium for
* Informatics and Mathematics, Keio University). All Rights Reserved
www.eeworm.com/read/162519/5542125
java xpathimpl.java
/* XPathImpl.java --
Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the term
www.eeworm.com/read/162519/5544238
properties messagesbundle_fr.properties
# Localized error messages for gnu.regexp
# Prefix for REException messages
error.prefix=A l''index {0} dans le mod鑜e d''expression r間uli鑢e:
# REException (parse error) messages
repeat.assertion=l''
www.eeworm.com/read/162519/5546723
java pr13733.java
// 15.26: "The type of an assignment expression is the type of the variable"
// (LHS).
class PR13733 {
String a, c = "";
Object b;
void bug() {
a = (b = c); // invalid without cast
}
}
www.eeworm.com/read/160691/5567568
java basicmatcher.java
/* $Id: BasicMatcher.java,v 1.8 2005/11/05 19:29:25 eric Exp $
*
* ProGuard -- shrinking, optimization, and obfuscation of Java class files.
*
* Copyright (c) 2002 Eric Lafortune (eric@graphics.co
www.eeworm.com/read/160691/5567570
java basiclistmatcher.java
/* $Id: BasicListMatcher.java,v 1.8 2005/11/05 19:29:25 eric Exp $
*
* ProGuard -- shrinking, optimization, and obfuscation of Java class files.
*
* Copyright (c) 2002 Eric Lafortune (eric@graphic