Class ConstructorInvocation

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.ConstructorInvocation

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