public abstract static class ParameterDescription.AbstractParameterDescription extends ModifierReviewable.AbstractModifierReviewable implements ParameterDescription
ParameterDescription.AbstractParameterDescription, ParameterDescription.ForLoadedParameter, ParameterDescription.LatentModifierReviewable.AbstractModifierReviewableNAME_PREFIXEMPTY_NAMEEMPTY_MASK| Constructor and Description |
|---|
AbstractParameterDescription() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getInternalName()
Returns the internal internalName of this byte code element.
|
int |
getModifiers()
Returns the modifier that is described by this object.
|
String |
getName()
Returns the internalName of this byte code element.
|
int |
getOffset()
Returns the offset to the parameter value within the local method variable.
|
String |
getSourceCodeName()
Returns the name of this byte code element as it is defined in Java source code.
|
int |
hashCode() |
String |
toString() |
isAbstract, 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, waitgetDeclaringMethod, getIndex, getTypeDescription, hasModifiers, isNamedgetDeclaredAnnotationsisAbstract, isAnnotation, isBridge, isDeprecated, isEnum, isFinal, isInterface, isMandated, isNative, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, isStrict, isSuper, isSynchronized, isSynthetic, isTransient, isVarArgs, isVolatilepublic String getName()
NamedElementgetName in interface NamedElementpublic String getInternalName()
NamedElementgetInternalName in interface NamedElementpublic String getSourceCodeName()
NamedElementNamedElement.getName().getSourceCodeName in interface NamedElementpublic int getModifiers()
ModifierReviewablegetModifiers in interface ModifierReviewablepublic int getOffset()
ParameterDescriptiongetOffset in interface ParameterDescriptionCopyright © 2014–2015. All rights reserved.