Uses of Interface
com.google.gwt.core.ext.typeinfo.JMethod
Packages that use JMethod
Package
Description
Type-introspection support classes used by generators.
This package contains extension hooks for adding new resource types to
ClientBundle.
-
Uses of JMethod in com.google.gwt.core.ext.typeinfo
Subinterfaces of JMethod in com.google.gwt.core.ext.typeinfoModifier and TypeInterfaceDescriptioninterface
Method declared on an annotation type.Methods in com.google.gwt.core.ext.typeinfo that return JMethodModifier and TypeMethodDescriptionJClassType.findMethod
(String name, JType[] paramTypes) JMethod[]
JClassType.getInheritableMethods()
Iterates over the most-derived declaration of each unique inheritable method available in the type hierarchy of the specified type, including those found in superclasses and superinterfaces.JMethod[]
JClassType.getMethods()
Returns the declared methods of this class (not any superclasses or superinterfaces).JMethod[]
JClassType.getOverloads
(String name) Returns the declared methods of this class with the given name (doesn't include any superclasses or superinterfaces).JMethod[]
JClassType.getOverridableMethods()
Iterates over the most-derived declaration of each unique overridable method available in the type hierarchy of the specified type, including those found in superclasses and superinterfaces.JAbstractMethod.isMethod()
Methods in com.google.gwt.core.ext.typeinfo with parameters of type JMethod -
Uses of JMethod in com.google.gwt.resources.ext
Methods in com.google.gwt.resources.ext that return JMethodModifier and TypeMethodDescriptionstatic JMethod
ResourceGeneratorUtil.getMethodByPath
(JClassType rootType, List<String> pathElements, JType expectedReturnType) Finds a method by following a dotted path interpreted as a series of no-arg method invocations from an instance of a given root type.Methods in com.google.gwt.resources.ext with parameters of type JMethodModifier and TypeMethodDescriptionabstract String
AbstractResourceGenerator.createAssignment
(TreeLogger logger, ResourceContext context, JMethod method) ResourceGenerator.createAssignment
(TreeLogger logger, ResourceContext context, JMethod method) Produce the right-hand-side of a Java assignment expression to provide the singleton instance object for a particular resource.static URL[]
ResourceGeneratorUtil.findResources
(TreeLogger logger, ResourceContext context, JMethod method) Find all resources referenced by a method in a bundle.static URL[]
ResourceGeneratorUtil.findResources
(TreeLogger logger, ResourceContext context, JMethod method, String[] defaultSuffixes) Find all resources referenced by a method in a bundle.void
AbstractResourceGenerator.prepare
(TreeLogger logger, ResourceContext context, ClientBundleRequirements requirements, JMethod method) A no-op implementation.void
ResourceGenerator.prepare
(TreeLogger logger, ResourceContext context, ClientBundleRequirements requirements, JMethod method) Called once for each method the ResourceGenerator is expected to handle. -
Uses of JMethod in com.google.gwt.resources.gss
Methods in com.google.gwt.resources.gss that return JMethodModifier and TypeMethodDescriptionImageSpriteCreator.MethodByPathHelper.getMethodByPath
(ResourceContext context, List<String> pathElements, JType expectedReturnType)