Class Type.MethodType
java.lang.Object
org.openjdk.asmtools.jdis.notations.Type
org.openjdk.asmtools.jdis.notations.Type.MethodType
- Enclosing class:
Type
Represents a method type signature.
See;
JVMS 4.3.4
MethodTypeSignature:
FormalTypeParameters_opt ( TypeSignature* ) ReturnType
ThrowsSignature*
-
Nested Class Summary
Nested classes/interfaces inherited from class Type
Type.ArrayType, Type.ClassSigType, Type.ClassType, Type.MethodType, Type.SimpleType, Type.TypeParamType, Type.Visitor<R,P>, Type.WildcardType -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMethodType(List<? extends Type.TypeParamType> typeParamTypes, List<? extends Type> paramTypes, Type returnType, List<? extends Type> throwsTypes) MethodType(List<? extends Type> paramTypes, Type resultType) -
Method Summary
Methods inherited from class Type
append, appendIfNotEmpty, isObject