public interface ByteCodeElement extends NamedElement, ModifierReviewable, DeclaredInType, AnnotatedElement
ModifierReviewable.AbstractModifierReviewable| Modifier and Type | Method and Description |
|---|---|
String |
getDescriptor()
Returns the descriptor of this byte code element.
|
String |
getGenericSignature()
Returns the generic signature of this byte code element.
|
String |
getInternalName()
Returns the internal internalName of this byte code element.
|
String |
getSourceCodeName()
Returns the name of this byte code element as it is defined in Java source code.
|
boolean |
isVisibleTo(TypeDescription typeDescription)
Checks if this element is visible from a given type.
|
getNamegetModifiers, isAbstract, isAnnotation, isBridge, isDeprecated, isEnum, isFinal, isInterface, isMandated, isNative, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, isStrict, isSuper, isSynchronized, isSynthetic, isTransient, isVarArgs, isVolatilegetDeclaringTypegetDeclaredAnnotationsString getInternalName()
String getSourceCodeName()
NamedElement.getName().String getDescriptor()
String getGenericSignature()
null if this element is not generic.boolean isVisibleTo(TypeDescription typeDescription)
typeDescription - The type which is checked for its access of this element.true if this element is visible for typeDescription.Copyright © 2014. All rights reserved.