代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/113176/6135827
java loadable.java
//$Id: Loadable.java,v 1.10.2.6 2003/10/30 07:32:06 oneovthafew Exp $
package net.sf.hibernate.persister;
import net.sf.hibernate.type.Type;
/**
* Implemented by a ClassPersister that uses
www.eeworm.com/read/113176/6135836
java wrongclassexception.java
//$Id: WrongClassException.java,v 1.4.2.1 2003/11/27 09:30:48 oneovthafew Exp $
package net.sf.hibernate;
import java.io.Serializable;
/**
* Thrown when Session.load() selects a row with
www.eeworm.com/read/487439/6512246
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
' API函数声明
Public Declare Function GetWindowLong Lib "user32" Alias "GetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long) As Long
Public Declar
www.eeworm.com/read/485206/6567613
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
' API函数声明
Public Declare Function GetWindowLong Lib "user32" Alias "GetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long) As Long
Public Declar
www.eeworm.com/read/343458/11946350
c main.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2003-2007 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/343072/11977150
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
' API函数声明
Public Declare Function GetWindowLong Lib "user32" Alias "GetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long) As Long
Public Declar
www.eeworm.com/read/254578/12129230
txt example471super.txt
class superClass{
int x;
superClass( ){
x = 3;
System.out.println("in superClass : x = "+x);
}
void doSomething( ){
System.out.println("in superClass.doSomething( )");
}
www.eeworm.com/read/254578/12129285
java inheritance.java
class superClass{
int x;
superClass( ){
x = 3;
System.out.println("in superClass : x = "+x);
}
void doSomething( ){
System.out.println("in superClass.doSomething( )");
}