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

Example usage for Java org.eclipse.jdt.internal.compiler.lookup MethodBinding 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 MethodBinding.

The text is from its open source code.

Field

TypeVariableBinding[]typeVariables
nullsignature

Constructor

Method

booleanareParameterErasuresEqual(MethodBinding method)
booleanareParametersEqual(MethodBinding method)
MethodBindingasRawMethod(LookupEnvironment env)
booleancanBeSeenBy(TypeBinding receiverType, InvocationSite invocationSite, Scope scope)
booleancanBeSeenBy(InvocationSite invocationSite, Scope scope)
MethodBindingcomputeSubstitutedMethod(MethodBinding method, LookupEnvironment env)
char[]computeUniqueKey()
char[]constantPoolName()
MethodBindingfindOriginalInheritedMethod(MethodBinding inheritedMethod)
char[]genericSignature()
 
intgetAccessFlags()
AnnotationBinding[]getAnnotations()
longgetAnnotationTagBits()
Compute the tagbits for standard annotations.
ObjectgetDefaultValue()
AnnotationBinding[][]getParameterAnnotations()
booleanhasSubstitutedParameters()
Returns true if method got substituted parameter types (see ParameterizedMethodBinding)
voidinitializeDeprecatedAnnotationTagBits()
Compute the tag bits for @Deprecated annotations, avoiding resolving entire annotation if not necessary.
booleanisAbstract()
booleanisBridge()
booleanisConstructor()
booleanisDefault()
booleanisDefaultAbstract()
booleanisDefaultMethod()
booleanisDeprecated()
booleanisFinal()
booleanisNative()
booleanisOverriding()
booleanisPrivate()
booleanisProtected()
booleanisPublic()
booleanisStatic()
booleanisSynthetic()
booleanisValidBinding()
booleanisVarargs()
booleanisViewedAsDeprecated()
MethodBindingoriginal()
Returns the original method (as opposed to parameterized/polymorphic instances)
intproblemId()
char[]readableName()
intsourceEnd()
AbstractMethodDeclarationsourceMethod()
intsourceStart()
MethodBindingtiebreakMethod()
Returns the method to use during tiebreak (usually the method itself).