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

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

Introduction

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

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

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

Method

ASTgetAST()
Returns this node's AST.
ExpressiongetExpression()
Returns the expression of this super constructor invocation statement, or null if there is none.
intgetFlags()
Returns the flags associated with this node.
intgetLength()
Returns the length in characters of the original source file indicating where the source fragment corresponding to this node ends.
ASTNodegetParent()
Returns this node's parent node, or null if this is the root node.
ObjectgetProperty(String propertyName)
Returns the value of the named property of this node, or null if none.
intgetStartPosition()
Returns the character index into the original source file indicating where the source fragment corresponding to this node begins.
IMethodBindingresolveConstructorBinding()
Resolves and returns the binding for the constructor invoked by this expression.
voidsetExpression(Expression expression)
Sets or clears the expression of this super constructor invocation statement.
voidsetFlags(int flags)
Sets the flags associated with this node to the given value.
StringtoString()
Returns a string representation of this node suitable for debugging purposes only.