SpoonLabs / spoon-examples

Examples on how to use the Spoon Java source code transformation library

Home Page:https://github.com/INRIA/spoon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spoon Examples

Introduction

spoon-examples gives analysis and transformation processors showing the usage of the open-source library Spoon.

You can see these processors in:

Usage

You can run the tests of the project with a mvn test command on the root of the project to execute all examples (all test classes).

git clone https://github.com/SpoonLabs/spoon-examples.git
cd spoon-examples
mvn test

About

Examples on how to use the Spoon Java source code transformation library

https://github.com/INRIA/spoon

License:GNU General Public License v2.0


Languages

Language:Java 100.0%