Skip to content

sergioverde90/java-ast-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO BUILD

By default, Maven will look for the current JDK version and will build using the configuration of that version.

You can see the current maven profile using:

mvn clean <goal> help:active-profiles

If you want to indicate the compile version:

Using JDK <= 1.8

mvn clean <goal> -Pjdk8

Using JDK >= 1.9

mvn clean <goal> -Pjdk8gt

COMPILER API AND AST MANIPULATION

DOCUMENTATION FOR CLASS LOADERS

About

Some code playing with the AST tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages