com.threerings.presents.tools.cpp
Class MethodDescriptor

java.lang.Object
  extended by com.threerings.presents.tools.cpp.MethodDescriptor

public class MethodDescriptor
extends Object


Field Summary
 String arguments
           
 String clientArguments
           
 String methodName
           
 List<String> serviceArguments
           
 String vectorArguments
           
 
Constructor Summary
MethodDescriptor(InvocationTask.ServiceMethod methodSource)
           
 
Method Summary
static List<MethodDescriptor> from(List<InvocationTask.ServiceMethod> methods)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

MethodDescriptor

public MethodDescriptor(InvocationTask.ServiceMethod methodSource)
Method Detail

from

public static List<MethodDescriptor> from(List<InvocationTask.ServiceMethod> methods)


Copyright © 2011. All Rights Reserved.