|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.umlv.corosol.classfile.attribute.impl.AbstractJAttribute
public abstract class AbstractJAttribute
The base class of classes implementing an classfile attribute.
| Field Summary |
|---|
| Fields inherited from interface fr.umlv.corosol.classfile.attribute.JAttribute |
|---|
CODE, CONSTANT_VALUE, DEPRECATED, EXCEPTIONS, INNER_CLASSES, LINE_NUMBER_TABLE, LOCAL_VARIABLE_TABLE, SOURCE_FILE, SYNTHETIC |
| Method Summary | |
|---|---|
JConstantPool |
getConstantPool()
Returns the constant pool of this classfile attribute. |
java.lang.String |
getName()
Returns the attribute name. |
abstract int |
getSize()
Returns the size of the attribute in bytes. |
void |
setConstantPool(JConstantPool constantPool)
Sets the constant pool of this classfile attribute. |
abstract java.lang.String |
toString()
Returns a string representation of this classfile attribute. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface fr.umlv.corosol.classfile.JClassFileItem |
|---|
readItem, writeItem |
| Method Detail |
|---|
public JConstantPool getConstantPool()
getConstantPool in interface JClassFileItempublic void setConstantPool(JConstantPool constantPool)
setConstantPool in interface JClassFileItemconstantPool - the constant Poolpublic java.lang.String getName()
getName in interface JAttributepublic abstract int getSize()
getSize in interface JAttributepublic abstract java.lang.String toString()
toString in interface JAttributetoString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||