Java org.eclipse.jdt.core.dom ConstructorInvocation fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.dom ConstructorInvocation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.dom ConstructorInvocation.

The text is from its open source code.

Field

ChildListPropertyDescriptorARGUMENTS_PROPERTY
The "arguments" structural property of this node type (element type: Expression ).
ASTNode.NodeListtypeArguments
The type arguments (element type: Type ).
ASTNode.NodeListarguments
The list of argument expressions (element type: Expression ).

Constructor

ConstructorInvocation(AST ast)
Creates a new AST node for an alternate constructor invocation statement owned by the given AST.

Method

IMethodBindingresolveConstructorBinding()
Resolves and returns the binding for the constructor invoked by this expression.