|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.VerificationInfo
public class VerificationInfo
| Field Summary |
|---|
| Fields inherited from interface org.aspectj.org.eclipse.jdt.core.util.IVerificationTypeInfo |
|---|
ITEM_DOUBLE, ITEM_FLOAT, ITEM_INTEGER, ITEM_LONG, ITEM_NULL, ITEM_OBJECT, ITEM_TOP, ITEM_UNINITIALIZED, ITEM_UNINITIALIZED_THIS |
| Constructor Summary | |
|---|---|
VerificationInfo(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
|
|
| Method Summary | |
|---|---|
char[] |
getClassTypeName()
Answer back the name of the class type referenced by the index in the constant pool as described in the JVM specifications. |
int |
getConstantPoolIndex()
Answer back the constant pool index of this verification type info as described in the JVM specifications. |
int |
getOffset()
Answer back the offset of this verification type info as described in the JVM specifications. |
int |
getTag()
Answer back the tag of this verification type info as described in the JVM specifications. |
int |
sizeInBytes()
|
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct |
|---|
doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8At |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VerificationInfo(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
ClassFormatException| Method Detail |
|---|
public int getTag()
IVerificationTypeInfo
getTag in interface IVerificationTypeInfopublic int getOffset()
IVerificationTypeInfo
getOffset in interface IVerificationTypeInfopublic int getConstantPoolIndex()
IVerificationTypeInfo
getConstantPoolIndex in interface IVerificationTypeInfopublic char[] getClassTypeName()
IVerificationTypeInfo
getClassTypeName in interface IVerificationTypeInfopublic int sizeInBytes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||