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

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

Introduction

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

The text is from its open source code.

Subclass

org.eclipse.jdt.core.dom.ASTRequestor has subclasses.
Click this link to see all its subclasses.

Constructor

ASTRequestor()
Creates a new instance.

Method

voidacceptAST(ICompilationUnit source, CompilationUnit ast)
Accepts an AST corresponding to the compilation unit.
voidacceptBinding(String bindingKey, IBinding binding)
Accepts a binding corresponding to the binding key.