Informações Principais
     Resumo
     Abstract
     Introdução
     Conclusão
     Download
  
  
  
 
Abstract
 
 
Acadêmico(a): Douglas Matheus de Souza
Título: Interpretador de Consultas para Objetos Java
 
Abstract:
This work presents the development of a library for querying Java objects that implement the Collection interface and arrays of Java language. Queries are made through a specific language beside an interpreter which receives a String containing a sequence of commands. If the received String is successfully processed, the interpreter returns a list with the requested information. Otherwise, the interpreter throws an exception informing the developer about the error occurred.