Class MethodHeader
java.lang.Object
xyz.janboerman.scalaloader.bytecode.MethodHeader
This class is NOT part of the public API!
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMethodHeader
(int access, String name, String descriptor, String signature, String[] exceptions) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getParameterDescriptor
(int index) getParameterSignature
(int index) int
hashCode()
toString()
-
Field Details
-
access
public final int access -
name
-
descriptor
-
signature
-
exceptions
-
-
Constructor Details
-
MethodHeader
-
-
Method Details