代码搜索:Inheritance
找到约 1,689 项符合「Inheritance」的源代码
代码结果 1,689
www.eeworm.com/read/288961/3997394
java rootbean.java
package org.codehaus.xfire.aegis.inheritance.ws1;
/**
*
*
* @author xfournet
*/
public class RootBean
{
private String m_id;
private BeanA m_child;
public String
www.eeworm.com/read/288961/3997397
java resultbean.java
package org.codehaus.xfire.aegis.inheritance.ws1;
import java.util.Arrays;
/**
*
*
* @author xfournet
*/
public class ResultBean
{
private BeanA[] m_result1;
private
www.eeworm.com/read/440203/1799371
java animal.java
package com.bjsxt.ejb.inheritance;
import javax.persistence.DiscriminatorColumn;
import javax.persistence.DiscriminatorValue;
import javax.persistence.Entity;
import javax.persistence.Id;
impor
www.eeworm.com/read/422060/2045536
phpt 010.phpt
--TEST--
SimpleXML: Simple Inheritance
--SKIPIF--
--FILE--
www.eeworm.com/read/405478/2291025
java match.java
//$Id: $
package org.hibernate.test.annotations.reflection;
import javax.persistence.Entity;
import javax.persistence.Inheritance;
import javax.persistence.InheritanceType;
import javax.persist
www.eeworm.com/read/405478/2291393
java joinedsubclassandsecondarytable.java
//$Id: $
package org.hibernate.test.annotations.inheritance.joined;
import org.hibernate.Session;
import org.hibernate.Transaction;
import org.hibernate.test.annotations.TestCase;
/**
* @au
www.eeworm.com/read/366702/2865481
c pr11159.c
// PR c++/11159 : erroneous warning in copy ctor with virtual inheritance
// { dg-do compile }
// { dg-options "-Wall -Wextra" }
struct A
{
A ();
};
struct B : virtual A
{
B ();
};
struct C : vi
www.eeworm.com/read/366702/2869525
c dyncast3.c
// { dg-do run }
// Author: Alfred Miniarik
// test of dynamic_cast
// runtime detecting of nonpublic
// inheritance within a cast
// and therefor failing with result 0.
www.eeworm.com/read/366702/2869686
c dyncast1.c
// { dg-do run }
// Author: Alfred Miniarik
// test of dynamic_cast
// runtime detecting of nonpublic
// inheritance within a cast
// and therefor failing with result 0.
www.eeworm.com/read/366702/2871656
c 900519_13.c
// { dg-do assemble }
// g++ 1.37.1 bug 900519_13
// If multiple inheritance creates a situation in which a given name is
// inherited from more than one base class, and if the inherited declaration