Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Parser 1.0.0

Latest
Compare
Choose a tag to compare
@flaxel flaxel released this 08 Jun 19:37
· 11 commits to master since this release

Added

  • fascades to analyze, transform and generate java code
  • filter:
    • collection for predicates, summarize it with disjunction or conjunction
    • example predicates
  • handler:
    • analyze: find something in a java class or list all classes + method calls
    • problem: print problems out to a stream
    • transform: rename something in a java class
  • generator:
    • methods: equals, hash, toString
    • pojo (plain old java object)
  • utils:
    • generation utils for (de-)capitalizing + create valid package names
    • general utils to assert empty collections
  • deployment for windows + linux