|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SuperConstructorInvocation | |
|---|---|
| org.eclipse.jdt.core.dom | |
| org.eclipse.jdt.internal.core.dom | |
| org.eclipse.jdt.internal.core.dom.rewrite | |
| Uses of SuperConstructorInvocation in org.eclipse.jdt.core.dom |
|---|
| Methods in org.eclipse.jdt.core.dom that return SuperConstructorInvocation | |
|---|---|
SuperConstructorInvocation |
AST.newSuperConstructorInvocation()
Creates an unparented alternate super constructor ("super(...);") invocation statement node owned by this AST. |
| Methods in org.eclipse.jdt.core.dom with parameters of type SuperConstructorInvocation | |
|---|---|
void |
ASTVisitor.endVisit(SuperConstructorInvocation node)
End of visit the given type-specific AST node. |
boolean |
ASTMatcher.match(SuperConstructorInvocation node,
java.lang.Object other)
Returns whether the given node and the other object match. |
boolean |
ASTVisitor.visit(SuperConstructorInvocation node)
Visits the given type-specific AST node. |
| Uses of SuperConstructorInvocation in org.eclipse.jdt.internal.core.dom |
|---|
| Methods in org.eclipse.jdt.internal.core.dom with parameters of type SuperConstructorInvocation | |
|---|---|
boolean |
NaiveASTFlattener.visit(SuperConstructorInvocation node)
|
| Uses of SuperConstructorInvocation in org.eclipse.jdt.internal.core.dom.rewrite |
|---|
| Methods in org.eclipse.jdt.internal.core.dom.rewrite with parameters of type SuperConstructorInvocation | |
|---|---|
boolean |
ASTRewriteAnalyzer.visit(SuperConstructorInvocation node)
|
boolean |
ASTRewriteFlattener.visit(SuperConstructorInvocation node)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||