代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/490550/1197842
js create_methods.js
var tweety = new Bird();
var numFeet = tweety.getFeetNum();
alert('The object "tweety" inherits ' + numFeet + ' feet');
function Bird()
{
this.feet = 2;
this.feathers = true;
this.get
www.eeworm.com/read/474814/1388688
c itcl_methods.c
/*
* ------------------------------------------------------------------------
* PACKAGE: [incr Tcl]
* DESCRIPTION: Object-Oriented Extensions to Tcl
*
* [incr Tcl] provides object-orient
www.eeworm.com/read/474814/1390240
tcl unimp-methods.tcl
# Copyright (c) 2000, Red Hat, Inc.
#
# This file is part of Source-Navigator.
#
# Source-Navigator is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Pu
www.eeworm.com/read/470720/1450133
m root_methods.m
/* Contributed by Nicola Pero - Thu Mar 8 16:27:46 CET 2001 */
#include
/* Test that instance methods of root classes are available as class
methods to other classes as well */
@i
www.eeworm.com/read/470693/1462079
m root_methods.m
/* Contributed by Nicola Pero - Thu Mar 8 16:27:46 CET 2001 */
#include
/* Test that instance methods of root classes are available as class
methods to other classes as well */
@i
www.eeworm.com/read/240162/4585288
m root_methods.m
/* Contributed by Nicola Pero - Thu Mar 8 16:27:46 CET 2001 */
#include
#include "next_mapping.h"
/* Test that instance methods of root classes are available as class
methods to o