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

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

Introduction

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

The text is from its open source code.

Field

ChildListPropertyDescriptorBODY_DECLARATIONS_PROPERTY
The "bodyDeclarations" structural property of this node type (element type: BodyDeclaration ).
ASTNode.NodeListbodyDeclarations
The body declarations (element type: BodyDeclaration ).

Constructor

AnonymousClassDeclaration(AST ast)
Creates a new AST node for an anonymous class declaration owned by the given AST.

Method

ITypeBindingresolveBinding()
Resolves and returns the binding for the anonymous class declared in this declaration.