jloogle

This is a language for searching Java code using types and methods and names, etc. The google code page is here

http://code.google.com/p/jloogle/

Release

Docs

Examples

  • arg(java.lang.String)
      →   returns all methods with a String argument.
  • name(main) and arg(java.lang.String[])
      →   returns all main methods.
  • returns(java.io.InputStream) and name(open*)
      →   returns all methods that return an InputStream and are named open-something.

Last updated

  • Mon Sep 8 08:56:17 PDT 2008