Uses of Class
archimate.codegen.SourceInspector

Packages that use SourceInspector
archimate.codegen   
 

Uses of SourceInspector in archimate.codegen
 

Constructors in archimate.codegen with parameters of type SourceInspector
ASTEngine(org.eclipse.core.resources.IFile targetFile, SourceInspector inspector, java.lang.String mode, java.lang.String pattern)
          Creates new ASTEngine and sets the target file and SourceInspector
ASTEngine(SourceInspector inspector, java.lang.String mode, java.lang.String pattern)
          Creates new ASTEngine and sets the SourceInspector
JavaInspector(SourceInspector inspector, java.lang.String pattern)
          Creates a new JavaInspector and sets the TagTree and SourceInspector and initializes the JavaHelper
JavaValidator(SourceInspector inspector, java.lang.String pattern)
          Creates a new JavaValidator and sets the TagTree and SourceInspector and initializes the JavaHelper