Visits a non standard attribute of the code. This method must visit only the first attribute in the given attribute list.
@param attr a non standard code attribute. Must not be null.
Record a name=value trait attribute, e.g., trait_visitor.visitAttribute(Trait.TRAIT_FINAL, Boolean.TRUE);
@param attrName - the attribute's name.
@param attrValue - the attribute's value.
@note many attributes are enabled by their presence, value may not bechecked. Refer to the AVM spec for information on a particular attribute.
Visits a non standard attribute of the code. This method must visit only the first attribute in the given attribute list.
@param attr a non standard code attribute. Must not be null.
Visits a non standard attribute of the class. This method must visit only the first attribute in the given attribute list.
@param attr a non standard class attribute. Must not be null.
Visits a non standard attribute of the code. This method must visit only the first attribute in the given attribute list.
@param attr a non standard code attribute. Must not be null.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.