public class Clazz
extends java.lang.Object
| Constructor and Description |
|---|
Clazz(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInternalName() |
org.objectweb.asm.Type |
getListener(Method method) |
java.util.Map<Method,org.objectweb.asm.Type> |
getListeners() |
java.lang.String |
getName() |
org.objectweb.asm.Type |
setListener(Method method,
org.objectweb.asm.Type listener) |
boolean |
shouldListen() |
public java.lang.String getName()
public java.lang.String getInternalName()
public java.util.Map<Method,org.objectweb.asm.Type> getListeners()
public org.objectweb.asm.Type getListener(Method method)
public org.objectweb.asm.Type setListener(Method method, org.objectweb.asm.Type listener)
public boolean shouldListen()
Copyright © 2014-2023 Tomitribe Corporation. All Rights Reserved.