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
private static class CodeEmitter.State extends MethodInfo
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intaccess(package private) org.objectweb.asm.Type[]argumentTypes(package private) ClassInfoclassInfo(package private) org.objectweb.asm.Type[]exceptionTypes(package private) intlocalOffset(package private) Signaturesig
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.objectweb.asm.AttributegetAttribute()ClassInfogetClassInfo()org.objectweb.asm.Type[]getExceptionTypes()intgetModifiers()SignaturegetSignature()-
Methods inherited from class net.sf.cglib.core.MethodInfo
equals, hashCode, toString
-
-
-
-
Method Detail
-
getClassInfo
public ClassInfo getClassInfo()
- Specified by:
getClassInfoin classMethodInfo
-
getModifiers
public int getModifiers()
- Specified by:
getModifiersin classMethodInfo
-
getSignature
public Signature getSignature()
- Specified by:
getSignaturein classMethodInfo
-
getExceptionTypes
public org.objectweb.asm.Type[] getExceptionTypes()
- Specified by:
getExceptionTypesin classMethodInfo
-
getAttribute
public org.objectweb.asm.Attribute getAttribute()
-
-