代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/174538/5361077
java subclass.java
public class Subclass extends Superclass {
public boolean aVariable; //hides aVariable in Superclass
public void aMethod() { //overrides aMethod in Superclass
aVariable =
www.eeworm.com/read/173141/5379404
java subclass.java
/*
Derby - Class org.apache.derbyTesting.functionTests.util.SubClass
Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apache License,
www.eeworm.com/read/173122/5380261
java subclass.java
package com.puppycrawl.tools.checkstyle.bcel.checks;
public class SubClass extends SuperClass
{
protected int reusedName;
private int subClassPrivate;
protected int superClassPrivat
www.eeworm.com/read/172147/5389165
java subclass.java
/*
* Copyright 2005-2007 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/172147/5389242
java subclass.java
/*
* Copyright 2005-2007 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/169327/5424412
java subclass.java
//$Id: Subclass.java,v 1.10.2.6 2003/12/11 06:25:51 oneovthafew Exp $
package net.sf.hibernate.mapping;
import java.util.Collections;
import java.util.Iterator;
import net.sf.hibernate.AssertionFail
www.eeworm.com/read/167041/5471211
h subclass.h
////////////////////////////////////////////////////////////////
// 1997 Microsoft Sytems Journal
// If this code works, it was written by Paul DiLascia.
// If not, I don't know who wrote it.
//
www.eeworm.com/read/167041/5471222
cpp subclass.cpp
////////////////////////////////////////////////////////////////
// 1997 Microsoft Systems Journal.
// If this program works, it was written by Paul DiLascia.
// If not, I don't know who wrote it.
www.eeworm.com/read/165904/5476694
java subclass.java
package tutorial.inheritance.tableperconcreteclass;
/**
* @hibernate.class
* table="subclass"
*/
public class Subclass extends Superclass {
private String subName;
/**
* @hibernate.property
www.eeworm.com/read/165810/5477172
vm subclass.vm
#**
@test subclass.vm
This template is used for Velocity regression testing.
If you alter this template make sure you change the
corresponding comparison file so that the regression
test doesn't fa