Class SuperConstructorInvocation

java.lang.Object
org.aspectj.org.eclipse.jdt.core.dom.ASTNode
org.aspectj.org.eclipse.jdt.core.dom.Statement
org.aspectj.org.eclipse.jdt.core.dom.SuperConstructorInvocation

public class SuperConstructorInvocation extends Statement
Super constructor invocation statement AST node type.
 SuperConstructorInvocation:
     [ Expression . ]
         [ < Type { , Type } > ]
         super ( [ Expression { , Expression } ] ) ;
 
Since:
2.0