代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/239566/4598964
svn-base scintillabase.h.svn-base
// Scintilla source code edit control
/** @file ScintillaBase.h
** Defines an enhanced subclass of Editor with calltips, autocomplete and context menu.
**/
// Copyright 1998-2002 by Neil Hodgson
www.eeworm.com/read/237048/4634256
java httpurlconnection.java
// HttpURLConnection.java - Subclass of communications links using
// Hypertext Transfer Protocol.
/* Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation
This file is part of GNU Cl
www.eeworm.com/read/232130/4704422
c gizmo.c
/*
* GIZMO.C
*
* Allocate, free, find, and enumerate functions for the GIZMO
* structure and a generic subclass procedure to handle tabbing
* between gizmos.
*
* Copyright (c)1993-1995 M
www.eeworm.com/read/219872/4844849
java singletontestdrive.java
package headfirst.singleton.subclass;
public class SingletonTestDrive {
public static void main(String[] args) {
Singleton foo = CoolerSingleton.getInstance();
Singleton bar = HotterSingleton.ge
www.eeworm.com/read/219228/4848700
cxx scintillabase.cxx
// Scintilla source code edit control
/** @file ScintillaBase.cxx
** An enhanced subclass of Editor with calltips, autocomplete and context menu.
**/
// Copyright 1998-2003 by Neil Hodgson
www.eeworm.com/read/219228/4848715
h scintillabase.h
// Scintilla source code edit control
/** @file ScintillaBase.h
** Defines an enhanced subclass of Editor with calltips, autocomplete and context menu.
**/
// Copyright 1998-2002 by Neil Hodgson
www.eeworm.com/read/205824/5023201
c custclicklink.c
/*
* PROJECT: ReactOS System Control Panel Applet
* LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/cpl/sysdm/custclicklink.c
* PURPOSE: Subclass static co
www.eeworm.com/read/190666/5181316
java posixprocess.java
// PosixProcess.java - Subclass of Process for POSIX systems.
/* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under
www.eeworm.com/read/190666/5181324
java classcastexception.java
/* ClassCastException.java -- exception thrown when incorrectly trying to
cast an object to a subclass it does not belong to.
Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
This
www.eeworm.com/read/181243/5277722
java singletontestdrive.java
package headfirst.singleton.subclass;
public class SingletonTestDrive {
public static void main(String[] args) {
Singleton foo = CoolerSingleton.getInstance();
Singleton bar = HotterSingleton.ge