Uses of Class
com.google.gwt.core.ext.soyc.coderef.MethodDescriptor
Packages that use MethodDescriptor
-
Uses of MethodDescriptor in com.google.gwt.core.ext.soyc.coderef
Methods in com.google.gwt.core.ext.soyc.coderef that return MethodDescriptorModifier and TypeMethodDescriptionstatic MethodDescriptorMethodDescriptor.from(ClassDescriptor classDescriptor, com.google.gwt.dev.jjs.ast.JMethod method, String signature) Creates a method descriptor from a JMethod with its original signature, and set its enclosing class.Returns the method descriptor associated to the given original method signature.DependencyGraphRecorder.methodDescriptorFrom(com.google.gwt.dev.jjs.ast.JMethod method) ClassDescriptor.methodFrom(com.google.gwt.dev.jjs.ast.JMethod method, 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 MethodDescriptorModifier and TypeMethodDescriptionMethodDescriptor.getDependentMethods()ClassDescriptor.getMethods()Methods in com.google.gwt.core.ext.soyc.coderef with parameters of type MethodDescriptorModifier and TypeMethodDescriptionvoidMethodDescriptor.addDependant(MethodDescriptor methodDescriptor) voidClassDescriptor.addMethod(MethodDescriptor methodDescriptor)