private static class CodeEmitter.State extends MethodInfo
| Modifier and Type | Field and 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 |
| Constructor and Description |
|---|
State(ClassInfo classInfo,
int access,
Signature sig,
org.objectweb.asm.Type[] exceptionTypes) |
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.Attribute |
getAttribute() |
ClassInfo |
getClassInfo() |
org.objectweb.asm.Type[] |
getExceptionTypes() |
int |
getModifiers() |
Signature |
getSignature() |
equals, hashCode, toStringClassInfo classInfo
int access
Signature sig
org.objectweb.asm.Type[] argumentTypes
int localOffset
org.objectweb.asm.Type[] exceptionTypes
public ClassInfo getClassInfo()
getClassInfo in class MethodInfopublic int getModifiers()
getModifiers in class MethodInfopublic Signature getSignature()
getSignature in class MethodInfopublic org.objectweb.asm.Type[] getExceptionTypes()
getExceptionTypes in class MethodInfopublic org.objectweb.asm.Attribute getAttribute()