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 MethodDescriptorMethodDescriptor. 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.MethodDescriptorClassDescriptor. getMethod(java.lang.String methodSignature)Returns the method descriptor associated to the given original method signature.MethodDescriptorDependencyGraphRecorder. methodDescriptorFrom(com.google.gwt.dev.jjs.ast.JMethod method)MethodDescriptorClassDescriptor. 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 voidMethodDescriptor. addDependant(MethodDescriptor methodDescriptor)voidClassDescriptor. addMethod(MethodDescriptor methodDescriptor)
-