public abstract static class ParameterDescription.AbstractBase extends ModifierReviewable.AbstractBase implements ParameterDescription
ParameterDescription.AbstractBase, ParameterDescription.ForLoadedParameter<T>, ParameterDescription.InDefinedShape, ParameterDescription.Latent, ParameterDescription.Token, ParameterDescription.TypeSubstitutingNamedElement.WithGenericName, NamedElement.WithRuntimeNameNAME_PREFIXEMPTY_NAME, NO_NAMEEMPTY_MASK| Constructor and Description | 
|---|
| AbstractBase() | 
| Modifier and Type | Method and Description | 
|---|---|
| ParameterDescription.Token | asToken()Returns a token representative of this type dependant. | 
| ParameterDescription.Token | asToken(ElementMatcher<? super GenericTypeDescription> targetTypeMatcher)Returns a token representative of this type dependant. | 
| 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 element as it is found in the 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, getType, hasModifiers, isNamedgetDeclaredAnnotationsisAbstract, isAnnotation, isBridge, isDeprecated, isEnum, isFinal, isInterface, isMandated, isNative, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, isStrict, isSuper, isSynchronized, isSynthetic, isTransient, isVarArgs, isVolatileasDefinedpublic String getName()
NamedElement.WithRuntimeNamegetName in interface NamedElement.WithRuntimeNamepublic String getInternalName()
NamedElement.WithRuntimeNamegetInternalName in interface NamedElement.WithRuntimeNamepublic String getSourceCodeName()
NamedElementgetSourceCodeName in interface NamedElementpublic int getModifiers()
ModifierReviewablegetModifiers in interface ModifierReviewablepublic int getOffset()
ParameterDescriptiongetOffset in interface ParameterDescriptionpublic ParameterDescription.Token asToken()
ByteCodeElement.TypeDependantasToken in interface ByteCodeElement.TypeDependant<ParameterDescription.InDefinedShape,ParameterDescription.Token>public ParameterDescription.Token asToken(ElementMatcher<? super GenericTypeDescription> targetTypeMatcher)
ByteCodeElement.TypeDependantTargetType descriptions.asToken in interface ByteCodeElement.TypeDependant<ParameterDescription.InDefinedShape,ParameterDescription.Token>targetTypeMatcher - A matcher to identify types to be replaced by TargetType descriptions.Copyright © 2014–2016. All rights reserved.