|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jdo.impl.enhancer.classfile.ConstBasic
org.apache.jdo.impl.enhancer.classfile.ConstValue
org.apache.jdo.impl.enhancer.classfile.ConstInteger
Class representing an integer constant in the constant pool of a class file
| Field Summary | |
private int |
intValue
|
static int |
MyTag
|
| Fields inherited from class org.apache.jdo.impl.enhancer.classfile.ConstBasic |
index |
| Constructor Summary | |
(package private) |
ConstInteger(int i)
|
| Method Summary | |
java.lang.String |
descriptor()
Return the descriptor string for the constant type. |
(package private) void |
formatData(java.io.DataOutputStream b)
Write this Constant pool entry to the output stream |
boolean |
isEqual(java.util.Stack msg,
java.lang.Object obj)
Compares this instance with another for structural equality. |
(package private) static ConstInteger |
read(java.io.DataInputStream input)
|
(package private) void |
resolve(ConstantPool p)
Resolve integer index references to the actual constant pool entries that they represent. |
int |
tag()
The tag of this constant entry |
java.lang.String |
toString()
A printable representation |
int |
value()
return the value associated with the entry |
| Methods inherited from class org.apache.jdo.impl.enhancer.classfile.ConstBasic |
getIndex, indexAsString, setIndex |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int MyTag
private int intValue
| Constructor Detail |
ConstInteger(int i)
| Method Detail |
public int tag()
tag in class ConstBasicpublic int value()
public java.lang.String descriptor()
descriptor in class ConstValuepublic java.lang.String toString()
public boolean isEqual(java.util.Stack msg,
java.lang.Object obj)
isEqual in class ConstBasic
void formatData(java.io.DataOutputStream b)
throws java.io.IOException
ConstBasic
formatData in class ConstBasicjava.io.IOException
static ConstInteger read(java.io.DataInputStream input)
throws java.io.IOException
java.io.IOExceptionvoid resolve(ConstantPool p)
ConstBasic
resolve in class ConstBasic
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||