public class AnnotationBase.Value extends Object
Modifier and Type | Field and Description |
---|---|
AnnotationBase.Annotation |
ann |
short |
constNameIndex |
short |
constValueIndex |
short |
tag |
short |
typeNameIndex |
List<AnnotationBase.Value> |
values |
Constructor and Description |
---|
Value(byte tag,
AnnotationBase.Annotation a) |
Value(byte tag,
List<AnnotationBase.Value> values) |
Value(byte tag,
short typeNameIndex,
short constNameIndex) |
Value(short tag,
short constValueIndex) |
public short tag
public short constValueIndex
public List<AnnotationBase.Value> values
public short typeNameIndex
public short constNameIndex
public AnnotationBase.Annotation ann
public Value(short tag, short constValueIndex)
public Value(byte tag, List<AnnotationBase.Value> values)
public Value(byte tag, short typeNameIndex, short constNameIndex)
public Value(byte tag, AnnotationBase.Annotation a)
Copyright © 2017. All rights reserved.