Package | Description |
---|---|
com.google.gwt.core.ext.soyc.coderef |
Modifier and Type | Method and 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).
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<MethodDescriptor> |
MethodDescriptor.getDependentMethods() |
java.util.Collection<MethodDescriptor> |
ClassDescriptor.getMethods() |
Modifier and Type | Method and Description |
---|---|
void |
MethodDescriptor.addDependant(MethodDescriptor methodDescriptor) |
void |
ClassDescriptor.addMethod(MethodDescriptor methodDescriptor) |