代码搜索结果
找到约 10,000 项符合
Y 的代码
gram.y
%{
/*#define YYDEBUG 1*/
/*-------------------------------------------------------------------------
*
* gram.y
* POSTGRES SQL YACC rules/actions
*
* Portions Copyright (c) 1996-2003, PostgreS
preproc.y
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.263.2.17 2004/06/27 12:32:47 meskes Exp $ */
/* Copyright comment */
%{
#include "postgres_fe.h"
#include "extern.h"
/*
* Variables
yaccer.y
/*
** Copyright (c) 1995-2001 Hughes Technologies Pty Ltd. All rights
** reserved.
**
** Terms under which this software may be used or copied are
** provided in the specific license associated w
yacc.y
%{
/**
*
* $Id: yacc.y,v 1.1 2004/08/28 19:28:18 dannybackx Exp $
*
* Copyright (C) 1995 Free Software Foundation, Inc.
* Copyright (C) 1995-2001 LessTif Development Team
*
* This file is part
mwmparse.y
%{
/**
*
* $Id: mwmparse.y,v 1.1 2004/08/28 19:27:39 dannybackx Exp $
*
* Copyright (C) 1995 Free Software Foundation, Inc.
* Copyright (C) 1995-2002 LessTif Development Team
*
* This file is p
yacc.y
%{
/**
*
* $Id: yacc.y,v 1.1 2004/08/28 19:28:18 dannybackx Exp $
*
* Copyright (C) 1995 Free Software Foundation, Inc.
* Copyright (C) 1995-2001 LessTif Development Team
*
* This file is part
mwmparse.y
%{
/**
*
* $Id: mwmparse.y,v 1.1 2004/08/28 19:27:39 dannybackx Exp $
*
* Copyright (C) 1995 Free Software Foundation, Inc.
* Copyright (C) 1995-2002 LessTif Development Team
*
* This file is p
y.java
package org.hibernate.test;
public class Y {
private Long id;
private String x;
private X theX;
/**
* Returns the id.
* @return Long
*/
public Long getId() {
return id;
y.java
public class Y {
Z zample;
public void bar() {
zample.czar();
}
}
getdate.y
%expect 10
%{
/*
** Originally written by Steven M. Bellovin while
** at the University of North Carolina at Chapel Hill. Later tweaked by
** a couple of people on Usenet.