public static class FieldAttributeAppender.Compound extends Object implements FieldAttributeAppender
FieldAttributeAppender.Compound, FieldAttributeAppender.Factory, FieldAttributeAppender.ForAnnotation, FieldAttributeAppender.ForLoadedField, FieldAttributeAppender.NoOp| Constructor and Description | 
|---|
Compound(FieldAttributeAppender... fieldAttributeAppender)
Creates a new compound field attribute appender. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
apply(org.objectweb.asm.FieldVisitor fieldVisitor,
     FieldDescription fieldDescription)
Applies this attribute appender to a given field visitor. 
 | 
boolean | 
equals(Object other)  | 
int | 
hashCode()  | 
String | 
toString()  | 
public Compound(FieldAttributeAppender... fieldAttributeAppender)
fieldAttributeAppender - The field attribute appenders that are to be combined by this compound appender
                               in the order of their application.public void apply(org.objectweb.asm.FieldVisitor fieldVisitor,
                  FieldDescription fieldDescription)
FieldAttributeAppenderapply in interface FieldAttributeAppenderfieldVisitor - The field visitor to which the attributes that are represented by this attribute appender
                         are written to.fieldDescription - The description of the field to which the field visitor belongs to.Copyright © 2014–2015. All rights reserved.