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