public class BuilderMethodParameter extends BaseMethodParameter
| Constructor and Description |
|---|
BuilderMethodParameter(BuilderTypeReference type,
BuilderStringReference name,
org.jf.dexlib2.writer.builder.BuilderAnnotationSet annotations) |
| Modifier and Type | Method and Description |
|---|---|
org.jf.dexlib2.writer.builder.BuilderAnnotationSet |
getAnnotations()
Gets a set of the annotations that are applied to this parameter.
|
java.lang.String |
getName()
Gets the name of this parameter, if available.
|
java.lang.String |
getType()
The type of this method parameter.
|
getSignaturecharAt, compareTo, equals, hashCode, length, subSequence, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTo, equals, hashCodepublic BuilderMethodParameter(@Nonnull
BuilderTypeReference type,
@Nullable
BuilderStringReference name,
@Nonnull
org.jf.dexlib2.writer.builder.BuilderAnnotationSet annotations)
@Nonnull public java.lang.String getType()
MethodParameter@Nullable public java.lang.String getName()
MethodParameter@Nonnull public org.jf.dexlib2.writer.builder.BuilderAnnotationSet getAnnotations()
MethodParameter