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

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

The text is from its open source code.

Subclass

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

Constructor

Method

booleancanBeSeenBy(PackageBinding invocationPackage)
booleancanBeSeenBy(TypeBinding receiverType, InvocationSite invocationSite, Scope scope)
Constantconstant()
char[]genericSignature()
X t --> LX;
AnnotationBinding[]getAnnotations()
longgetAnnotationTagBits()
Compute the tagbits for standard annotations.
booleanisDefault()
booleanisDeprecated()
booleanisPrivate()
booleanisProtected()
booleanisPublic()
booleanisStatic()
booleanisSynthetic()
booleanisTransient()
booleanisVolatile()
FieldBindingoriginal()
Returns the original field (as opposed to parameterized instances)
FieldDeclarationsourceField()