类 SimpleMethodInfo
java.lang.Object
cn.taketoday.bytecode.core.MethodInfo
cn.taketoday.bytecode.core.SimpleMethodInfo
- 作者:
- TODAY 2021/9/25 15:58
-
构造器概要
构造器构造器说明SimpleMethodInfo(ClassInfo classInfo, int access, MethodSignature sig, Type[] exceptionTypes) -
方法概要
从类继承的方法 cn.taketoday.bytecode.core.MethodInfo
addAllMethods, equals, from, from, hashCode, isConstructor, toString
-
构造器详细资料
-
SimpleMethodInfo
public SimpleMethodInfo(ClassInfo classInfo, int access, MethodSignature sig, Type[] exceptionTypes)
-
-
方法详细资料
-
getClassInfo
- 指定者:
getClassInfo在类中MethodInfo
-
getModifiers
public int getModifiers()- 指定者:
getModifiers在类中MethodInfo
-
getSignature
- 指定者:
getSignature在类中MethodInfo
-
getExceptionTypes
- 指定者:
getExceptionTypes在类中MethodInfo
-