Package net.sf.cglib.core
Class CodeEmitter.State
java.lang.Object
net.sf.cglib.core.MethodInfo
net.sf.cglib.core.CodeEmitter.State
- Enclosing class:
- CodeEmitter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.objectweb.asm.Attribute
org.objectweb.asm.Type[]
int
Methods inherited from class net.sf.cglib.core.MethodInfo
equals, hashCode, toString
-
Field Details
-
Constructor Details
-
State
-
-
Method Details
-
getClassInfo
- Specified by:
getClassInfo
in classMethodInfo
-
getModifiers
public int getModifiers()- Specified by:
getModifiers
in classMethodInfo
-
getSignature
- Specified by:
getSignature
in classMethodInfo
-
getExceptionTypes
public org.objectweb.asm.Type[] getExceptionTypes()- Specified by:
getExceptionTypes
in classMethodInfo
-
getAttribute
public org.objectweb.asm.Attribute getAttribute()
-