Home
last modified time | relevance | path

Searched refs:preRemoveChildEvent (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DNodeEventHandler.java45 void preRemoveChildEvent(ASTNode node, ASTNode child, StructuralPropertyDescriptor property) { in preRemoveChildEvent() method in NodeEventHandler
H A DASTNode.java1540 ASTNode.this.ast.preRemoveChildEvent(ASTNode.this, oldChild, this.propertyDescriptor); in remove()
2420 this.ast.preRemoveChildEvent(this, oldChild, property); in preReplaceChild()
H A DInternalASTRewrite.java225 void preRemoveChildEvent(ASTNode node, ASTNode child, StructuralPropertyDescriptor property) { in preRemoveChildEvent() method in InternalASTRewrite
H A DAST.java3353 void preRemoveChildEvent(ASTNode node, ASTNode child, StructuralPropertyDescriptor property) { in preRemoveChildEvent() method in AST
3366 this.eventHandler.preRemoveChildEvent(node, child, property); in preRemoveChildEvent()