public abstract static class FieldDescription.InDefinedShape.AbstractBase extends FieldDescription.AbstractBase implements FieldDescription.InDefinedShape
FieldDescription.InDefinedShape.AbstractBaseFieldDescription.ForLoadedField, FieldDescription.InDefinedShape, FieldDescription.Latent, FieldDescription.Token, FieldDescription.TypeSubstitutingByteCodeElement.Accessible, ByteCodeElement.TypeDependant<T extends ByteCodeElement.TypeDependant<?,S>,S extends ByteCodeElement.Token<S>>NamedElement.WithGenericName, NamedElement.WithRuntimeNameNO_DEFAULT_VALUENON_GENERIC_SIGNATUREEMPTY_NAMEEMPTY_MASK| Constructor and Description | 
|---|
| AbstractBase() | 
| Modifier and Type | Method and Description | 
|---|---|
| FieldDescription.InDefinedShape | asDefined()Returns this type dependant in its defined shape, i.e. | 
| boolean | isAccessibleTo(TypeDescription typeDescription)Determines if this byte code element is considered accessible to the given type by the semantics
 of the Java reflection API. | 
asToken, asToken, equals, getDescriptor, getGenericSignature, getInternalName, getSourceCodeName, hashCode, isVisibleTo, toGenericString, toStringisAbstract, isAnnotation, isBridge, isDeprecated, isEnum, isFinal, isInterface, isMandated, isNative, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, isStrict, isSuper, isSynchronized, isSynthetic, isTransient, isVarArgs, isVolatileclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDeclaringTypegetTypetoGenericStringasToken, asTokengetDescriptor, getGenericSignature, isVisibleTogetInternalName, getNamegetSourceCodeNamegetModifiers, isAbstract, isAnnotation, isBridge, isDeprecated, isEnum, isFinal, isInterface, isMandated, isNative, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, isStrict, isSuper, isSynchronized, isSynthetic, isTransient, isVarArgs, isVolatilegetDeclaredAnnotationspublic FieldDescription.InDefinedShape asDefined()
ByteCodeElement.TypeDependantasDefined in interface ByteCodeElement.TypeDependant<FieldDescription.InDefinedShape,FieldDescription.Token>public boolean isAccessibleTo(TypeDescription typeDescription)
ByteCodeElement.AccessibleisAccessibleTo in interface ByteCodeElement.AccessibletypeDescription - The type for which the access is to be determined.true if this element is considered accessible to the given type.Copyright © 2014–2015. All rights reserved.