public class UnknownAttribute extends Attribute
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisit(BCVisitor visit)
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. |
byte[] |
getValue()
The value is of unknown content, so it is stored as a byte array.
|
void |
setValue(byte[] value)
The value is of unknown content, so it is stored as a byte array.
|
getClassLoader, getName, getNameIndex, getOwner, getPool, getProject, isValidaddAttribute, addAttribute, clearAttributes, getAttribute, getAttributes, getAttributes, removeAttribute, removeAttribute, setAttributespublic byte[] getValue()
public void setValue(byte[] value)
public void acceptVisit(BCVisitor visit)
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.Copyright © 2002–2015. All rights reserved.