-
public class ByteCodeUtils.MethodSignature.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ByteCodeUtils.MethodSignature.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ByteCodeUtils.MethodSignatureof(String signature)Parses a method signature into a MethodSignature. -
-
Method Detail
-
of
final ByteCodeUtils.MethodSignature of(String signature)
Parses a method signature into a MethodSignature.
- Parameters:
signature- the unparsed signature to parse.
-
-
-
-