Package archimate.codegen

Interface Summary
ICodeElement  
ICodeGenerator Interface defining the required methods for a Pattern specification
 

Class Summary
ASTEngine Utility class providing methods for editing Java source files
JavaHelper This utility class provides methods for accessing and editing source code parsed by the ASTParser
JavaInspector This class implements an ASTVisitor which traverses the parsed source code like a tree.
JavaValidator This class implements an ASTVisitor which traverses the parsed source code like a tree.
SourceInspector This class analyses the source code in the project source folder using the given TagTree and commands the generation of missing source elements
TestAST