代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/312989/3647083
txt class3606a1fe02da.txt
Every persistence-capable class must implement the IPersistent interface or be a subclass of a class that implements it. This interface defines a number of methods, the vendor supplies a postprocesso
www.eeworm.com/read/280962/4121100
py visitors.py
class ClauseVisitor(object):
"""Traverses and visits ``ClauseElement`` structures.
Calls visit_XXX() methods dynamically generated for each particular
``ClauseElement`` subclass encou
www.eeworm.com/read/276066/4170384
test
/*
* @test
* @bug 1240831
* @summary Certain classes should have been reported as abstract, but
* the compiler failed to detect this. This comes up when a
* subclass declares a
www.eeworm.com/read/380073/2663895
java hottersingleton.java
package headfirst.singleton.subclass;
public class HotterSingleton extends Singleton {
// useful instance variables here
private HotterSingleton() {
super();
}
// useful methods here
}
www.eeworm.com/read/380073/2663898
java coolersingleton.java
package headfirst.singleton.subclass;
public class CoolerSingleton extends Singleton {
// useful instance variables here
protected static Singleton uniqueInstance;
private CoolerSingleton() {
www.eeworm.com/read/265319/4283178
java webtoolbar.java
// WebToolBar.java
// WebToolBar is a JToolBar subclass that contains components
// for navigating a WebBrowserPane. WebToolBar includes back
// and forward buttons and a text field for entering UR
www.eeworm.com/read/265319/4284042
java webtoolbar.java
// WebToolBar.java
// WebToolBar is a JToolBar subclass that contains components
// for navigating a WebBrowserPane. WebToolBar includes back
// and forward buttons and a text field for entering UR
www.eeworm.com/read/265319/4284046
java webtoolbar.java
// WebToolBar.java
// WebToolBar is a JToolBar subclass that contains components
// for navigating a WebBrowserPane. WebToolBar includes back
// and forward buttons and a text field for entering UR
www.eeworm.com/read/265319/4284049
java webtoolbar.java
// WebToolBar.java
// WebToolBar is a JToolBar subclass that contains components
// for navigating a WebBrowserPane. WebToolBar includes back
// and forward buttons and a text field for entering UR
www.eeworm.com/read/265319/4284061
java webtoolbar.java
// WebToolBar.java
// WebToolBar is a JToolBar subclass that contains components
// for navigating a WebBrowserPane. WebToolBar includes back
// and forward buttons and a text field for entering UR