⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 find.n

📁 这是一个Linux下的集成开发环境
💻 N
字号:
'\"'\" Copyright (c) 1993-1998  Lucent Technologies, Inc.'\"'\" See the file "license.terms" for information on usage and redistribution'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.'\"'\" RCS: $Id: find.n,v 1.1 2003/02/05 10:53:53 mdejong Exp $'\".so man.macros.TH find n 3.0 itcl "[incr\ Tcl]".BS'\" Note:  do not modify the .SH NAME line immediately below!.SH NAMEfind \- search for classes and objects.SH SYNOPSIS\fBfind \fIoption\fR ?\fIarg arg ...\fR?.BE.SH DESCRIPTION.PPThe \fBfind\fR command is used to find classes and objectsthat are available in the current interpreter.  Classes and objectsare reported first in the active namespace, then in all othernamespaces in the interpreter..PPThe \fIoption\fR argument determines what action is carried outby the command.  The legal \fIoptions\fR (which may be abbreviated)are:.TP\fBfind classes ?\fIpattern\fR?Returns a list of [incr Tcl] classes.  Classes in the currentnamespace are listed first, followed by classes in all othernamespaces in the interpreter.  If the optional \fIpattern\fRis specified, then the reported names are compared using the rulesof the "\fBstring match\fR" command, and only matching names arereported..spIf a class resides in the current namespace context, this commandreports its simple name--without any qualifiers.  However, if the\fIpattern\fR contains \fB::\fR qualifiers, or if the class residesin another context, this command reports its fully-qualified name.Therefore, you can use the following command to obtain a list whereall names are fully-qualified:.CSfind classes ::*.CE.TP\fBfind objects ?\fIpattern\fR? ?\fB-class \fIclassName\fR? ?\fB-isa \fIclassName\fR?Returns a list of [incr Tcl] objects.  Objects in the currentnamespace are listed first, followed by objects in all othernamespaces in the interpreter.  If the optional \fIpattern\fR isspecified, then the reported names are compared using the rulesof the "\fBstring match\fR" command, and only matching names arereported.If the optional "\fB-class\fR" parameter is specified, this list isrestricted to objects whose most-specific class is \fIclassName\fR.If the optional "\fB-isa\fR" parameter is specified, this list isfurther restricted to objects having the given \fIclassName\fRanywhere in their heritage..spIf an object resides in the current namespace context, this commandreports its simple name--without any qualifiers.  However, if the\fIpattern\fR contains \fB::\fR qualifiers, or if the object residesin another context, this command reports its fully-qualified name.Therefore, you can use the following command to obtain a list whereall names are fully-qualified:.CSfind objects ::*.CE.SH KEYWORDSclass, object, search, import

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -