Methods in org.deft.extension.tools.astmodifier with parameters of type XPath |
void |
ASTModifier.appendAfter(org.deft.repository.ast.TreeNode ast,
org.deft.repository.ast.TreeNode insert,
XPath location,
int emptyLinesBefore,
int emptyLinesAfter,
int spacesBefore,
int spacesAfter)
|
void |
ASTModifier.appendBefore(org.deft.repository.ast.TreeNode ast,
org.deft.repository.ast.TreeNode insert,
XPath location,
int emptyLinesBefore,
int emptyLinesAfter,
int spacesBefore,
int spacesAfter)
|
void |
ASTModifier.changeToComment(org.deft.repository.ast.TreeNode ast,
XPath location,
int width,
CommentTypeVisitor v)
|
void |
ASTModifier.replace(org.deft.repository.ast.TreeNode ast,
org.deft.repository.ast.TreeNode insert,
XPath location,
int emptyLinesBefore,
int emptyLinesAfter,
int spacesBefore,
int spacesAfter)
|
void |
ASTModifier.replaceList(org.deft.repository.ast.TreeNode ast,
org.deft.repository.ast.TreeNode insert,
XPath location,
int width,
int emptyLinesBefore,
int emptyLinesAfter,
int spacesBefore,
int spacesAfter)
|