I'm using it with eclipse 4.2

There is no new project type for ANTLR.
You should first create a Java project.
Then right click on it and select "Toggle ANTLR project nature", which will add the ANTLR nature and builders to the project. Allowing you to work with .g files.