代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/414826/2141331
tcl timer.tcl
#
# A simple timer class. You can derive a subclass of Timer
# to provide a simple mechanism for scheduling events:
#
# $self sched $delay -- causes "$self timeout" to be called
# $delay seconds
www.eeworm.com/read/414826/2141394
tcl timer.tcl
#
# A simple timer class. You can derive a subclass of Timer
# to provide a simple mechanism for scheduling events:
#
# $self sched $delay -- causes "$self timeout" to be called
# $delay seconds
www.eeworm.com/read/405279/2293634
tcl timer.tcl
#
# A simple timer class. You can derive a subclass of Timer
# to provide a simple mechanism for scheduling events:
#
# $self sched $delay -- causes "$self timeout" to be called
# $delay seconds
www.eeworm.com/read/405279/2293697
tcl timer.tcl
#
# A simple timer class. You can derive a subclass of Timer
# to provide a simple mechanism for scheduling events:
#
# $self sched $delay -- causes "$self timeout" to be called
# $delay seconds
www.eeworm.com/read/390678/2526875
java jdbcpet.java
package org.springframework.samples.petclinic.jdbc;
import org.springframework.samples.petclinic.Pet;
/**
* Subclass of Pet that carries temporary id properties
* which are only relevant for
www.eeworm.com/read/389028/2544641
tcl timer.tcl
#
# A simple timer class. You can derive a subclass of Timer
# to provide a simple mechanism for scheduling events:
#
# $self sched $delay -- causes "$self timeout" to be called
# $delay seconds
www.eeworm.com/read/389028/2544670
tcl timer.tcl
#
# A simple timer class. You can derive a subclass of Timer
# to provide a simple mechanism for scheduling events:
#
# $self sched $delay -- causes "$self timeout" to be called
# $delay seconds
www.eeworm.com/read/380709/2652853
tcl timer.tcl
#
# A simple timer class. You can derive a subclass of Timer
# to provide a simple mechanism for scheduling events:
#
# $self sched $delay -- causes "$self timeout" to be called
# $delay seconds
www.eeworm.com/read/380709/2652880
tcl timer.tcl
#
# A simple timer class. You can derive a subclass of Timer
# to provide a simple mechanism for scheduling events:
#
# $self sched $delay -- causes "$self timeout" to be called
# $delay seconds
www.eeworm.com/read/375427/2724533
java helloimpl.java
// The servant -- object implementation -- for the Hello
// example. Note that this is a subclass of HelloPOA, whose
// source file is generated from the compilation of
// Hello.idl using j2idl.