|
|||||||||
| 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.ConstantPoolEntry
org.aspectj.org.eclipse.jdt.internal.core.util.ConstantPoolEntry2
public class ConstantPoolEntry2
Default implementation of IConstantPoolEntry
| Constructor Summary | |
|---|---|
ConstantPoolEntry2()
|
|
| Method Summary | |
|---|---|
int |
getBootstrapMethodAttributeIndex()
Returns the bootstrap method attribute index. |
int |
getDescriptorIndex()
Returns the descriptor index. |
int |
getReferenceIndex()
Returns the reference index. |
int |
getReferenceKind()
Returns the reference kind. |
void |
reset()
|
void |
setBootstrapMethodAttributeIndex(int bootstrapMethodAttributeIndex)
|
void |
setDescriptorIndex(int descriptorIndex)
|
void |
setReferenceIndex(int referenceIndex)
|
void |
setReferenceKind(int referenceKind)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.aspectj.org.eclipse.jdt.core.util.IConstantPoolEntry |
|---|
getClassIndex, getClassInfoName, getClassInfoNameIndex, getClassName, getDoubleValue, getFieldDescriptor, getFieldName, getFloatValue, getIntegerValue, getKind, getLongValue, getMethodDescriptor, getMethodName, getNameAndTypeIndex, getNameAndTypeInfoDescriptorIndex, getNameAndTypeInfoNameIndex, getStringIndex, getStringValue, getUtf8Length, getUtf8Value |
| Constructor Detail |
|---|
public ConstantPoolEntry2()
| Method Detail |
|---|
public int getDescriptorIndex()
IConstantPoolEntry2IConstantPoolEntry.getMethodDescriptor().
getDescriptorIndex in interface IConstantPoolEntry2IConstantPoolConstant.CONSTANT_MethodTypepublic int getReferenceKind()
IConstantPoolEntry2
getReferenceKind in interface IConstantPoolEntry2IConstantPoolConstant.CONSTANT_MethodHandlepublic int getReferenceIndex()
IConstantPoolEntry2
getReferenceIndex in interface IConstantPoolEntry2IConstantPoolConstant.CONSTANT_MethodHandlepublic int getBootstrapMethodAttributeIndex()
IConstantPoolEntry2
getBootstrapMethodAttributeIndex in interface IConstantPoolEntry2IConstantPoolConstant.CONSTANT_InvokeDynamicpublic void setDescriptorIndex(int descriptorIndex)
public void setReferenceKind(int referenceKind)
public void setReferenceIndex(int referenceIndex)
public void setBootstrapMethodAttributeIndex(int bootstrapMethodAttributeIndex)
public void reset()
reset in class ConstantPoolEntry
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||