Skip to content

Latest commit

 

History

History

HM1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

HW 1 - Type info processor

Project represents processor which prints out information about given Java types. The types is loaded and readed from file, but if there was no program argument (file name) input will be taken from command line by user.

Example

For input:

java.util.Map

the output should be:

java.util.Map
interface
Generic: yes, Variables: K V
null
0
39
14
1
java.util.Map$Entry