com.threerings.presents.tools.cpp
Class MethodDescriptor
java.lang.Object
com.threerings.presents.tools.cpp.MethodDescriptor
public class MethodDescriptor
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
methodName
public final String methodName
vectorArguments
public final String vectorArguments
arguments
public final String arguments
clientArguments
public final String clientArguments
serviceArguments
public final List<String> serviceArguments
MethodDescriptor
public MethodDescriptor(InvocationTask.ServiceMethod methodSource)
from
public static List<MethodDescriptor> from(List<InvocationTask.ServiceMethod> methods)