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, toString
ClassInfo classInfo
int access
Signature sig
org.objectweb.asm.Type[] argumentTypes
int localOffset
org.objectweb.asm.Type[] exceptionTypes
public ClassInfo getClassInfo()
getClassInfo
in class MethodInfo
public int getModifiers()
getModifiers
in class MethodInfo
public Signature getSignature()
getSignature
in class MethodInfo
public org.objectweb.asm.Type[] getExceptionTypes()
getExceptionTypes
in class MethodInfo
public org.objectweb.asm.Attribute getAttribute()