Package org.deft.extension.tools.astmodifier

Class Summary
ASTModifier Provides modification operation on a AST.
ASTModifierInvoker
method - appendAfter, appendBefore, replace, replaceList and changeToComment
location - XPath syntaxchecker - SyntaxCheckerVisitor; optional (NoSyntaxCheckerVisitor)
insert - String; FILE+“||“+XPATH or (K_CLASS_BODY_DECLARATIONS | K_COMPILATION_UNIT | K_EXPRESSION | K_STATEMENTS)+ „||“+SOURCECODE|FILE+“||“+XPATH z.B.
 

Exception Summary
ModifierException Exception thrown by ASTModifier.