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) int
access
(package private) org.objectweb.asm.Type[]
argumentTypes
(package private) ClassInfo
classInfo
(package private) org.objectweb.asm.Type[]
exceptionTypes
(package private) int
localOffset
(package private) Signature
sig
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.objectweb.asm.Attribute
getAttribute()
ClassInfo
getClassInfo()
org.objectweb.asm.Type[]
getExceptionTypes()
int
getModifiers()
Signature
getSignature()
-
Methods inherited from class net.sf.cglib.core.MethodInfo
equals, hashCode, toString
-
-
-
-
Method Detail
-
getClassInfo
public ClassInfo getClassInfo()
- Specified by:
getClassInfo
in classMethodInfo
-
getModifiers
public int getModifiers()
- Specified by:
getModifiers
in classMethodInfo
-
getSignature
public Signature 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()
-
-