com.techtrader.modules.tools.bytecode
Class DeprecatedAttribute
java.lang.Object
|
+--com.techtrader.modules.tools.bytecode.BCEntity
|
+--com.techtrader.modules.tools.bytecode.Attribute
|
+--com.techtrader.modules.tools.bytecode.DeprecatedAttribute
- public class DeprecatedAttribute
- extends Attribute
Attribute signifying that a method or class is deprecated.
- Author:
- Abe White
Method Summary |
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 object. |
Methods inherited from class com.techtrader.modules.tools.bytecode.BCEntity |
addAttribute,
clearAttributes,
getAttribute,
getAttributes,
getAttributes,
importAttribute,
importAttributes,
readAttributes,
removeAttribute,
removeAttribute,
visitAttributes,
writeAttributes |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
DeprecatedAttribute
public DeprecatedAttribute(int nameIndex,
BCEntity owner)
- Protected constructor.
acceptVisit
public void acceptVisit(BCVisitor visit)
- Description copied from interface: VisitAcceptor
- 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 object.