Package | Description |
---|---|
com.google.gwt.inject.rebind.reflect |
Modifier and Type | Method and Description |
---|---|
ReflectUtil.SignatureBuilder |
ReflectUtil.SignatureBuilder.removeAbstractModifier()
Removes the abstract modifier from the current modifiers (either the last
modifiers set by
withModifiers(int) , or the modifiers of the method
passed to ReflectUtil.signatureBuilder(com.google.gwt.inject.rebind.reflect.MethodLiteral<?, ?>) ). |
static ReflectUtil.SignatureBuilder |
ReflectUtil.signatureBuilder(MethodLiteral<?,?> method)
Builds the signature of a method with all types in source form.
|
ReflectUtil.SignatureBuilder |
ReflectUtil.SignatureBuilder.withMethodName(String methodName)
Sets the method name used in the signature.
|
ReflectUtil.SignatureBuilder |
ReflectUtil.SignatureBuilder.withModifiers(int modifiers)
Sets the modifiers used in the method signature.
|
ReflectUtil.SignatureBuilder |
ReflectUtil.SignatureBuilder.withParameterNames(String[] parameterNames)
Sets the names to use for the method's parameters.
|
Copyright © 2008–2018. All rights reserved.