public abstract class AbstractInjectorMethod extends java.lang.Object implements InjectorMethod
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractInjectorMethod(boolean isNative,
java.lang.String methodSignature,
java.lang.String packageName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMethodSignature()
Returns the signature of the method (e.g., "public void foo()")
|
java.lang.String |
getPackageName()
Get the name of the package in which this method should be created.
|
boolean |
isNative()
Returns whether this is a native method.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMethodBodyprotected AbstractInjectorMethod(boolean isNative,
java.lang.String methodSignature,
java.lang.String packageName)
public boolean isNative()
InjectorMethodisNative in interface InjectorMethodpublic java.lang.String getMethodSignature()
InjectorMethodgetMethodSignature in interface InjectorMethodpublic java.lang.String getPackageName()
InjectorMethodgetPackageName in interface InjectorMethod