|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectscale.jcr.AttributeInfo
public abstract class AttributeInfo
This class is used to both represent a Java class file AttributeInfo structure and to read that class file AttributeInfo structure.
$Id: AttributeInfo.java,v 1.10 2007-10-04 19:58:14 burrill Exp $
Copyright 2007 by the
Scale Compiler Group,
Department of Computer Science
University of Massachusetts,
Amherst MA. 01003, USA
All Rights Reserved.
Constructor Summary | |
---|---|
AttributeInfo(int nameIndex)
|
Method Summary | |
---|---|
int |
getNameIndex()
Return the index of the name of the attribute in the constant pool. |
static AttributeInfo |
read(ClassFile cf,
java.io.DataInputStream reader)
Read in the AttributeInfo structure. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeInfo(int nameIndex)
Method Detail |
---|
public int getNameIndex()
public static AttributeInfo read(ClassFile cf, java.io.DataInputStream reader) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |