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

📄 itcl_info.n

📁 linux 下的源代码分析阅读器 red hat公司新版
💻 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: itcl_info.n 144 2003-02-05 10:56:26Z mdejong $'\".so man.macros.TH itcl_info n 3.0 itcl "[incr\ Tcl]".BS'\" Note:  do not modify the .SH NAME line immediately below!.SH NAMEitcl_info \- query info regarding classes and objects (obsolete).SH SYNOPSIS\fBitcl_info classes ?\fIpattern\fR?.br\fBitcl_info objects ?\fIpattern\fR? ?\fB-class \fIclassName\fR? ?\fB-isa \fIclassName\fR?.BE.SH DESCRIPTION.PPThis command is considered obsolete, but is retained forbackward-compatibility with earlier versions of \fB[incr\ Tcl]\fR.It has been replaced by the "\fBfind classes\fR" and "\fBfind objects\fR"commands, which should be used for any new development..PPThe following commands are available in the global namespace toquery information about classes and objects that have been created..TP\fBitcl_info classes ?\fIpattern\fR?Returns a list of classes available in the current namespace context..VSIf a class belongs to the current namespace context, its simple nameis reported; otherwise, if a class is imported from another namespace,its fully-qualified name is reported..VE.spIf the optional \fIpattern\fR is specified, then the reported namesare compared using the rules of the "\fBstring match\fR" command,and only matching names are reported..TP\fBitcl_info objects ?\fIpattern\fR? ?\fB-class \fIclassName\fR? ?\fB-isa \fIclassName\fR?Returns a list of objects available in the current namespace context..VSIf an object belongs to the current namespace context, its simple nameis reported; otherwise, if an object is imported from another namespace,its fully-qualified access command is reported..VE.spIf the optional \fIpattern\fR is specified, then the reported namesare compared using the rules of the "\fBstring match\fR" command,and only matching names are reported.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..SH KEYWORDSclass, object, object-oriented

⌨️ 快捷键说明

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