Uses of Class
org.eclipse.wst.jsdt.core.dom.SuperConstructorInvocation

Packages that use SuperConstructorInvocation
org.eclipse.wst.jsdt.core.dom   
 

Uses of SuperConstructorInvocation in org.eclipse.wst.jsdt.core.dom
 

Methods in org.eclipse.wst.jsdt.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.wst.jsdt.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.