Uses of Class
com.google.gwt.core.ext.soyc.coderef.MethodDescriptor
-
Packages that use MethodDescriptor Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
MethodDescriptor. addDependant(MethodDescriptor methodDescriptor)
void
ClassDescriptor. addMethod(MethodDescriptor methodDescriptor)
-