public class BootstrapMethods extends Attribute
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisit(BCVisitor visitor)
Accept a visit from a
BCVisitor, calling the appropriate methods
to notify the visitor that it has entered this entity, and
to provide it with the proper callbacks for each sub-entity owned
by this one. |
BootstrapMethodElement[] |
getBootstrapMethods() |
int |
getNumberBootstrapMethods() |
void |
setBootstrapMethods(BootstrapMethodElement[] methods) |
getClassLoader, getName, getNameIndex, getOwner, getPool, getProject, isValidaddAttribute, addAttribute, clearAttributes, getAttribute, getAttributes, getAttributes, removeAttribute, removeAttribute, setAttributespublic void acceptVisit(BCVisitor visitor)
VisitAcceptorBCVisitor, calling the appropriate methods
to notify the visitor that it has entered this entity, and
to provide it with the proper callbacks for each sub-entity owned
by this one.public int getNumberBootstrapMethods()
public BootstrapMethodElement[] getBootstrapMethods()
public void setBootstrapMethods(BootstrapMethodElement[] methods)
Copyright © 2002–2016. All rights reserved.