GWT 2.7.0

Uses of Class
com.google.gwt.core.ext.soyc.coderef.MethodDescriptor

Packages that use MethodDescriptor
com.google.gwt.core.ext.soyc.coderef   
 

Uses of MethodDescriptor in com.google.gwt.core.ext.soyc.coderef
 

Methods in com.google.gwt.core.ext.soyc.coderef that return MethodDescriptor
static MethodDescriptor MethodDescriptor.from(ClassDescriptor classDescriptor, com.google.gwt.dev.jjs.ast.JMethod method, java.lang.String signature)
          Creates a method descriptor from a JMethod with its original signature, and set its enclosing class.
 MethodDescriptor ClassDescriptor.getMethod(java.lang.String methodSignature)
          Returns the method descriptor associated to the given original method signature.
 MethodDescriptor DependencyGraphRecorder.methodDescriptorFrom(com.google.gwt.dev.jjs.ast.JMethod method)
           
 MethodDescriptor ClassDescriptor.methodFrom(com.google.gwt.dev.jjs.ast.JMethod method, java.lang.String signature)
          Returns a method descriptor from a JMethod and its original signature (prior any modifications).
 

Methods in com.google.gwt.core.ext.soyc.coderef that return types with arguments of type MethodDescriptor
 java.util.Set<MethodDescriptor> MethodDescriptor.getDependentMethods()
           
 java.util.Collection<MethodDescriptor> ClassDescriptor.getMethods()
           
 

Methods in com.google.gwt.core.ext.soyc.coderef with parameters of type MethodDescriptor
 void MethodDescriptor.addDependant(MethodDescriptor methodDescriptor)
           
 void ClassDescriptor.addMethod(MethodDescriptor methodDescriptor)
           
 


GWT 2.7.0