public class BytecodeAnnotation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BytecodeAnnotation.AnnotationElementValueElementValue |
static class |
BytecodeAnnotation.ArrayElementValue |
static class |
BytecodeAnnotation.BooleanElementValue |
static class |
BytecodeAnnotation.ClassElementValue |
static interface |
BytecodeAnnotation.ElementValue |
static class |
BytecodeAnnotation.ElementValuePair |
static class |
BytecodeAnnotation.EnumElementValue |
static class |
BytecodeAnnotation.IntegerElementValue |
static class |
BytecodeAnnotation.StringElementValue |
| Constructor and Description |
|---|
BytecodeAnnotation(int aTypeIndex,
BytecodeAnnotation.ElementValuePair[] aElementValuePairs,
BytecodeConstantPool aConstantPool,
BytecodeSignatureParser aSignatureParser) |
| Modifier and Type | Method and Description |
|---|---|
BytecodeAnnotation.ElementValue |
getElementValueByName(String aAttributeName) |
BytecodeTypeRef |
getType() |
public BytecodeAnnotation(int aTypeIndex,
BytecodeAnnotation.ElementValuePair[] aElementValuePairs,
BytecodeConstantPool aConstantPool,
BytecodeSignatureParser aSignatureParser)
public BytecodeTypeRef getType()
public BytecodeAnnotation.ElementValue getElementValueByName(String aAttributeName)
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.