|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectalt.jiapi.file.attribute.Attribute
alt.jiapi.file.attribute.SyntheticAttribute
public class SyntheticAttribute
Synthetic attribute.
4.8.8
Field Summary | |
---|---|
static java.lang.String |
ATTRIBUTE_NAME
|
Fields inherited from class alt.jiapi.file.attribute.Attribute |
---|
cp |
Constructor Summary | |
---|---|
SyntheticAttribute(ConstantPool cp)
Creates a new Syntehtic attribute. |
|
SyntheticAttribute(short nameIndex,
java.io.DataInputStream dis)
|
Method Summary |
---|
Methods inherited from class alt.jiapi.file.attribute.Attribute |
---|
getAttributeNameIndex, getBytes, getDataInputStream, getName, readAttribute, setConstantPool, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ATTRIBUTE_NAME
Constructor Detail |
---|
public SyntheticAttribute(ConstantPool cp)
cp
- a ConstantPool, that is related to this attributepublic SyntheticAttribute(short nameIndex, java.io.DataInputStream dis) throws java.io.IOException
nameIndex
- an index in constant pool, that points to
constant_utf8_info "Synthetic"
java.io.IOException
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |