class ASMInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
ASMInfo.Annotation |
static class |
ASMInfo.TargetType |
(package private) static class |
ASMInfo.ValueHolder |
static class |
ASMInfo.ValueType |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<ASMInfo.Annotation> |
annotations |
private java.util.Map<java.lang.Integer,ASMInfo.Annotation> |
byID |
(package private) java.lang.String[] |
interfaces |
(package private) java.lang.String |
name |
Constructor and Description |
---|
ASMInfo() |
Modifier and Type | Method and Description |
---|---|
ASMInfo.Annotation |
getSubAnnotation(int id) |
java.lang.String |
toString() |
java.lang.String name
java.lang.String[] interfaces
java.util.List<ASMInfo.Annotation> annotations
private java.util.Map<java.lang.Integer,ASMInfo.Annotation> byID
public ASMInfo.Annotation getSubAnnotation(int id)
public java.lang.String toString()
toString
in class java.lang.Object