代码搜索:Inheritance

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

代码结果 1,689
www.eeworm.com/read/228537/4764556

lua tnamespace.lua

-- test valid access assert(A.a==1) assert(A.B.b==2) assert(A.B.C.c==3) -- test invalid access assert(A.B.a==nil) -- no inheritance assert(A.B.C.a==nil) assert(A.b==nil) -- no access the
www.eeworm.com/read/228537/4764567

lua tmodule.lua

-- test valid access assert(A.a==1) assert(A.B.b==2) assert(A.B.C.c==3) -- test invalid access assert(A.B.a==nil) -- no inheritance assert(A.B.C.a==nil) assert(A.b==nil) -- no access the
www.eeworm.com/read/179906/5301037

java placesetting.java

//: c06:PlaceSetting.java // Combining composition & inheritance. // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. import com.
www.eeworm.com/read/437952/1828273

java match.java

//$Id: Match.java 14736 2008-06-04 14:23:42Z hardy.ferentschik $ package org.hibernate.test.annotations.reflection; import javax.persistence.Entity; import javax.persistence.Inheritance; import
www.eeworm.com/read/437952/1828629

java document.java

//$Id: Document.java 14736 2008-06-04 14:23:42Z hardy.ferentschik $ package org.hibernate.test.annotations.inheritance.union; import javax.persistence.Entity; import javax.persistence.Table; /** *
www.eeworm.com/read/437952/1828631

java symboliclink.java

//$Id: SymbolicLink.java 14736 2008-06-04 14:23:42Z hardy.ferentschik $ package org.hibernate.test.annotations.inheritance.union; import javax.persistence.Entity; import javax.persistence.ManyToOne;
www.eeworm.com/read/437952/1828633

java file.java

//$Id: File.java 14736 2008-06-04 14:23:42Z hardy.ferentschik $ package org.hibernate.test.annotations.inheritance.mixed; import javax.persistence.DiscriminatorColumn; import javax.persistence.Entity
www.eeworm.com/read/437952/1828638

java rock.java

//$Id: Rock.java 14736 2008-06-04 14:23:42Z hardy.ferentschik $ package org.hibernate.test.annotations.inheritance.singletable; import javax.persistence.DiscriminatorValue; import javax.persistence.E
www.eeworm.com/read/437952/1828640

java building.java

//$Id: Building.java 14736 2008-06-04 14:23:42Z hardy.ferentschik $ package org.hibernate.test.annotations.inheritance.singletable; import javax.persistence.Column; import javax.persistence.Discrimin
www.eeworm.com/read/437952/1828642

java funk.java

//$Id: Funk.java 14736 2008-06-04 14:23:42Z hardy.ferentschik $ package org.hibernate.test.annotations.inheritance.singletable; import javax.persistence.DiscriminatorValue; import javax.persistence.E