Package com.getkeepsafe.dexcount.thrift
Class MethodRef.Builder
java.lang.Object
com.getkeepsafe.dexcount.thrift.MethodRef.Builder
- All Implemented Interfaces:
com.microsoft.thrifty.StructBuilder<MethodRef>
- Enclosing class:
- MethodRef
public static final class MethodRef.Builder
extends Object
implements com.microsoft.thrifty.StructBuilder<MethodRef>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionargumentTypes(List<String> argumentTypes) build()declaringClass(String declaringClass) methodName(String methodName) voidreset()returnType(String returnType)