Added Test for `final` keyword in program parameters.
Support Varargs parameter
Remove depecrated class `IVisitor`.
Remove deprecated code
Remove deprecated methods from AnnotationAttribute.
Added some documentation.
Improved tests: make sure, annotations are visited on members
Added a way to figure out, if AnnotationAttribute maps to the default value.
Improved interface of AnnotationAttribute to prefer List to arrays.
Allow creation of an annotation attribute without value.
Improved documentation and tests.
Make fields private in Annotation.
In AnnotationAttribute, use the empty String as name, whenever null is given.
Added a method to create a default value annotation attribute.
Added tests for Annotations in Members and fixes a small formatting problem.
Further improve test coverage.
Merge CatchTest into TryTest.
Fix broken visitor of Catch.
Minor refactoring
Fix multicatch syntax.
Additional tests for Literal and Statement.
Additional tests and refactorings.
Do not escape characters, if it is unnecessary.
Test for UnicodeLiteral