Java org.eclipse.jdt.internal.compiler.lookup MethodScope fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.internal.compiler.lookup MethodScope fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.internal.compiler.lookup MethodScope.

The text is from its open source code.

Subclass

org.eclipse.jdt.internal.compiler.lookup.MethodScope has subclasses.
Click this link to see all its subclasses.

Constructor

Method

BindinggetBinding(char[][] compoundName, int mask, InvocationSite invocationSite, boolean needResolve)
booleanisInsideInitializer()
ProblemReporterproblemReporter()
Answer the problem reporter to use for raising new problems.
AbstractMethodDeclarationreferenceMethod()
Answer the reference method of this scope, or null if initialization scope or lambda scope.
MethodBindingreferenceMethodBinding()
Answers the binding of the reference method or reference lambda expression.
TypeDeclarationreferenceType()
Answer the reference type of this scope.