public abstract static class ParameterDescription.AbstractParameterDescription extends ModifierReviewable.AbstractModifierReviewable implements ParameterDescription
ParameterDescription.AbstractParameterDescription, ParameterDescription.ForLoadedParameter, ParameterDescription.Latent
ModifierReviewable.AbstractModifierReviewable
NAME_PREFIX
EMPTY_NAME
EMPTY_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, isVolatile
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDeclaringMethod, getIndex, getTypeDescription, hasModifiers, isNamed
getDeclaredAnnotations
isAbstract, isAnnotation, isBridge, isDeprecated, isEnum, isFinal, isInterface, isMandated, isNative, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, isStrict, isSuper, isSynchronized, isSynthetic, isTransient, isVarArgs, isVolatile
public String getName()
NamedElement
getName
in interface NamedElement
public String getInternalName()
NamedElement
getInternalName
in interface NamedElement
public String getSourceCodeName()
NamedElement
NamedElement.getName()
.getSourceCodeName
in interface NamedElement
public int getModifiers()
ModifierReviewable
getModifiers
in interface ModifierReviewable
public int getOffset()
ParameterDescription
getOffset
in interface ParameterDescription
Copyright © 2014–2015. All rights reserved.