Down for Maintenance from December 15, 2025 Monday 9:30pm PST to December 16, 2025 Tuesday 3:30am PST (i.e., 05:30am -11:30am GMT, December 16, 2025 Tuesday)
- Loading...
...
The Java Tools Language (JTL) is a logic-paradigm query language to select Java elements in a code base. The current implementation is based on an analysis of Java bytecode classes. The JTL syntax is inspired by Query-by-Example ideas in order to increase productivity of users. JTL also relies on Datalog-like semantics. For example, one could find all methods taking three int parameters and returning a subclass of Java's Date class using the follow query:
...