- Tech Corner
- References
- JDEE Quick Ref
JDEE Quick Reference
Abbreviation
Statement | Abbreviation |
---|---|
if-then | if |
else | else |
if-then-else | ife |
else-if | eif |
while | while |
for | for |
for (int i=0;i<UL;i++) | fori |
for (Iterator i=c.iterator(); i.hasNext();) | foriter |
main method | main |
switch | switch |
case | case |
try | try |
catch | catch |
try finally | tryf |
finally | finally |
Completion
Command | Description |
---|---|
C-c C-v . | Inline completion method |
C-c C-v C-. | Comletion by the chosen method (specified by variable jde-completion-function) |
M-/ | Dynamic keyword completion |
Xref
Function | Description |
---|---|
M-x jde-xref-make-xref-db | Build the cross-reference database. |
M-x jde-xref-update | Update the xref database by recompiling just the part of the db that has been changed. |
M-x jde-xref-first-caller (C-c C-v a) | Called from a function body, this list the first in a sequence of callers of the function. |
M-x jde-xref-next-caller (C-c C-v n) | Go through each of the callers in sequence after jde-xref-first-caller. |
M-x jde-xref-display-call-tree | This displays an interactive tree view of the function you are in, and it's callers. |
M-x jde-xref-list-uncalled-functions | Called from a java file, this lists all the functions in the file that have no apparent callers. |
Copyright © 2004, Northwest Summit. All rights reserved.
Last updated: 2004-09-11 16:35:11 -0700