public static class SClassReader.MethodInfo extends SClassReader.ClassEntity
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
methoddesc
The method descriptor.
|
protected java.lang.String |
methodname
The method name.
|
accessflags, annotations
Modifier | Constructor and Description |
---|---|
protected |
MethodInfo()
Create mew method info.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMethodDescriptor()
Get the method descriptor.
|
java.lang.String |
getMethodName()
Get the method name.
|
boolean |
isAbstract()
Tests if method is abstract.
|
boolean |
isBridge()
Tests if method is a bridge method.
|
boolean |
isNative()
Tests if method is a native method.
|
boolean |
isStrict()
Tests if method is strict.
|
boolean |
isSynchronized()
Tests if method is synchronized.
|
boolean |
isVarArgs()
Tests if method is a varargs method.
|
protected void |
setMethodDescriptor(java.lang.String methoddesc)
Set the method descriptor.
|
protected void |
setMethodName(java.lang.String methodname)
Set the method name.
|
isPrivate, isProtected, isStatic
getAccessFlags, getAnnotation, getAnnotations, hasAnnotation, isFinal, isPublic, isSynthetic, setAccessFlags, setAnnotations
protected java.lang.String methodname
protected java.lang.String methoddesc
public java.lang.String getMethodName()
public java.lang.String getMethodDescriptor()
protected void setMethodName(java.lang.String methodname)
methodname
- the method name to setprotected void setMethodDescriptor(java.lang.String methoddesc)
methoddesc
- the method descriptor to setpublic boolean isSynchronized()
public boolean isBridge()
public boolean isVarArgs()
public boolean isNative()
public boolean isAbstract()
public boolean isStrict()