代码搜索:Inheritance

找到约 1,689 项符合「Inheritance」的源代码

代码结果 1,689
www.eeworm.com/read/165904/5476701

java inheritancedemo.java

package tutorial.inheritance.tableperhierarchy; import java.util.Iterator; import java.util.List; import net.sf.hibernate.HibernateException; import net.sf.hibernate.Session; import net.sf.hibernate
www.eeworm.com/read/288961/3997376

java inheritancepojotest.java

package org.codehaus.xfire.aegis.inheritance; import java.util.ArrayList; import java.util.HashMap; import org.codehaus.xfire.aegis.AegisBindingProvider; import org.codehaus.xfire.service.Service; i
www.eeworm.com/read/437952/1828654

java financialasset.java

//$Id: FinancialAsset.java 14736 2008-06-04 14:23:42Z hardy.ferentschik $ package org.hibernate.test.annotations.inheritance.joined; import javax.persistence.Entity; /** * @author Emmanuel Be
www.eeworm.com/read/405478/2291373

java papertrash.java

//$Id: PaperTrash.java 11282 2007-03-14 22:05:59Z epbernard $ package org.hibernate.test.annotations.inheritance.singletable; import javax.persistence.Entity; /** * @author Emmanuel Bernard */ @En
www.eeworm.com/read/366702/2882650

c mips-hilo-2.c

/* Due to a reload inheritance bug, the asm statement in f() would be passed the low part of u.ll on little-endian 32-bit targets. */ /* { dg-do run { target mips*-*-* } } */ extern void abort (v
www.eeworm.com/read/162614/5530181

c mips-hilo-2.c

/* Due to a reload inheritance bug, the asm statement in f() would be passed the low part of u.ll on little-endian 32-bit targets. */ /* { dg-do run { target mips*-*-* } } */ extern void abort (v
www.eeworm.com/read/230048/6789172

java horrorflick.java

//: appendixa:HorrorFlick.java // You can insert Cloneability at any level of inheritance. // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in Co
www.eeworm.com/read/133648/14031488

java placesetting.java

//: c06:PlaceSetting.java // From 'Thinking in Java, 2nd ed.' by Bruce Eckel // www.BruceEckel.com. See copyright notice in CopyRight.txt. // Combining composition & inheritance. class Plate {
www.eeworm.com/read/133648/14031569

java horrorshow.java

//: c08:HorrorShow.java // From 'Thinking in Java, 2nd ed.' by Bruce Eckel // www.BruceEckel.com. See copyright notice in CopyRight.txt. // Extending an interface with inheritance. interface Mon
www.eeworm.com/read/133648/14032098

java frog.java

//: c07:Frog.java // From 'Thinking in Java, 2nd ed.' by Bruce Eckel // www.BruceEckel.com. See copyright notice in CopyRight.txt. // Testing finalize with inheritance. class DoBaseFinalization