163
|
1 ;;; DO NOT MODIFY THIS FILE
|
|
2 (if (not (featurep 'oobr-autoloads))
|
|
3 (progn
|
|
4
|
|
5 ;;;### (autoloads (br-env-load br-env-browse) "br-env" "oobr/br-env.el")
|
|
6
|
|
7 (autoload 'br-env-browse "br-env" "\
|
|
8 Invoke the OO-Browser on an existing or to be created Environment ENV-FILE." t nil)
|
|
9
|
|
10 (autoload 'br-env-load "br-env" "\
|
|
11 Load browser Environment or spec from optional ENV-FILE or 'br-env-file'.
|
|
12 Non-nil PROMPT means prompt user before building tables.
|
|
13 Non-nil NO-BUILD means skip build of Environment entirely.
|
|
14 Return t if load is successful, else nil." t nil)
|
|
15
|
|
16 ;;;***
|
|
17
|
|
18 ;;;### (autoloads (oo-browser) "br-start" "oobr/br-start.el")
|
|
19
|
|
20 (fset 'oobr 'oo-browser)
|
|
21
|
|
22 (autoload 'oo-browser "br-start" "\
|
|
23 Prompt for an Environment and language over which to run the OO-Browser.
|
|
24 Optional prefix argument SAME-ENV-FLAG means browse the current Environment,
|
|
25 if any, without prompting. Otherwise, if called interactively, give the user
|
|
26 a choice whether to re-browse the last Environment or to browse a new one." t nil)
|
|
27
|
|
28 ;;;***
|
|
29
|
|
30 ;;;### (autoloads (br-to-from-viewer br-add-class-file) "br" "oobr/br.el")
|
|
31
|
|
32 (autoload 'br-add-class-file "br" "\
|
|
33 Add a file of classes to the current Environment.
|
|
34 Interactively or when optional CLASS-PATH is nil, CLASS-PATH defaults to the
|
|
35 current buffer file pathname. If optional LIB-TABLE-P is non-nil, add to
|
|
36 Library Environment, otherwise add to System Environment. If optional
|
|
37 SAVE-FILE is t, the Environment is then stored to the filename given by
|
|
38 `br-env-file'. If SAVE-FILE is non-nil and not t, its string value is used
|
|
39 as the file to which to save the Environment." t nil)
|
|
40
|
|
41 (autoload 'br-to-from-viewer "br" "\
|
|
42 Move point to viewer window or back to last recorded listing window." t nil)
|
|
43
|
|
44 ;;;***
|
|
45
|
|
46 ;;;### (autoloads (c++-browse) "c++-browse" "oobr/c++-browse.el")
|
|
47
|
|
48 (autoload 'c++-browse "c++-browse" "\
|
|
49 Invoke the C++ OO-Browser.
|
|
50 This allows browsing through C++ library and system class hierarchies. With
|
|
51 an optional non-nil prefix argument ENV-FILE, prompt for Environment file to
|
|
52 use. Alternatively, a string value of ENV-FILE is used as the Environment
|
|
53 file name. See also the file \"br-help\"." t nil)
|
|
54
|
|
55 ;;;***
|
|
56
|
|
57 ;;;### (autoloads (clos-browse) "clos-brows" "oobr/clos-brows.el")
|
|
58
|
|
59 (autoload 'clos-browse "clos-brows" "\
|
|
60 Invoke the CLOS OO-Browser.
|
|
61 This allows browsing through CLOS library and system class hierarchies. With
|
|
62 an optional non-nil prefix argument ENV-FILE, prompt for Environment file
|
|
63 to use. Alternatively, a string value of ENV-FILE is used as the
|
|
64 Environment file name. See also the file \"br-help\"." t nil)
|
|
65
|
|
66 ;;;***
|
|
67
|
|
68 ;;;### (autoloads (eif-browse) "eif-browse" "oobr/eif-browse.el")
|
|
69
|
|
70 (autoload 'eif-browse "eif-browse" "\
|
|
71 Invoke the Eiffel OO-Browser.
|
|
72 This allows browsing through Eiffel library and system class hierarchies.
|
|
73 With an optional prefix arg ENV-FILE equal to t, prompt for Environment file
|
|
74 to use. Alternatively, a string value of ENV-FILE is used as the Environment
|
|
75 file name. See also the file \"br-help\"." t nil)
|
|
76
|
|
77 ;;;***
|
|
78
|
|
79 ;;;### (autoloads (info-browse) "info-brows" "oobr/info-brows.el")
|
|
80
|
|
81 (autoload 'info-browse "info-brows" "\
|
|
82 Invoke the Info OO-Browser.
|
|
83 This allows browsing through Info library and system class hierarchies. With
|
|
84 an optional non-nil prefix argument ENV-FILE, prompt for Environment file to
|
|
85 use. Alternatively, a string value of ENV-FILE is used as the Environment
|
|
86 file name. See also the file \"br-help\"." t nil)
|
|
87
|
|
88 ;;;***
|
|
89
|
|
90 ;;;### (autoloads (java-browse) "java-brows" "oobr/java-brows.el")
|
|
91
|
|
92 (autoload 'java-browse "java-brows" "\
|
|
93 Invoke the Java OO-Browser.
|
|
94 This allows browsing through Java library and system class hierarchies. With
|
|
95 an optional non-nil prefix argument ENV-FILE, prompt for Environment file to
|
|
96 use. Alternatively, a string value of ENV-FILE is used as the Environment
|
|
97 file name. See also the file \"br-help\"." t nil)
|
|
98
|
|
99 ;;;***
|
|
100
|
|
101 ;;;### (autoloads (objc-browse) "objc-brows" "oobr/objc-brows.el")
|
|
102
|
|
103 (autoload 'objc-browse "objc-brows" "\
|
|
104 Invoke the Objective-C OO-Browser.
|
|
105 This allows browsing through Objective-C library and system class
|
|
106 hierarchies. With an optional non-nil prefix argument ENV-FILE, prompt for
|
|
107 Environment file to use. Alternatively, a string value of ENV-FILE is used
|
|
108 as the Environment file name. See also the file \"br-help\"." t nil)
|
|
109
|
|
110 ;;;***
|
|
111
|
|
112 ;;;### (autoloads (python-browse) "python-browse" "oobr/python-browse.el")
|
|
113
|
|
114 (autoload 'python-browse "python-browse" "\
|
|
115 Invoke the Python OO-Browser.
|
|
116 This allows browsing through Python library and system class hierarchies.
|
|
117 With an optional non-nil prefix argument ENV-FILE, prompt for Environment
|
|
118 file to use. Alternatively, a string value of ENV-FILE is used as the
|
|
119 Environment file name. See also the file \"br-help\"." t nil)
|
|
120
|
|
121 ;;;***
|
|
122
|
|
123 ;;;### (autoloads (smt-browse) "smt-browse" "oobr/smt-browse.el")
|
|
124
|
|
125 (autoload 'smt-browse "smt-browse" "\
|
|
126 Invoke the Smalltalk OO-Browser.
|
|
127 This allows browsing through Smalltalk library and system class hierarchies.
|
|
128 With an optional non-nil prefix argument ENV-FILE, prompt for Environment
|
|
129 file to use. Alternatively, a string value of ENV-FILE is used as the
|
|
130 Environment file name. See also the file \"br-help\"." t nil)
|
|
131
|
|
132 ;;;***
|
|
133
|
|
134 (provide 'oobr-autoloads)
|
|
135 ))
|