|
|||||||||
| Home >> All >> com >> chaoswg >> xtc4y >> [ classdesc overview ] | PREV NEXT | ||||||||
Uses of Class
com.chaoswg.xtc4y.classdesc.ConstantPool
| Uses of ConstantPool in com.chaoswg.xtc4y.classdesc |
| Methods in com.chaoswg.xtc4y.classdesc with parameters of type ConstantPool | |
protected void |
LineNumberTableAttribute.writeAttribute(java.io.DataOutputStream dos,
ConstantPool cp)
Write the attribute information onto the DataOutputStream, using the constant pool to register variables. |
protected void |
LineNumberTableEntry.writeEntry(java.io.DataOutputStream dos,
ConstantPool cp)
Write the attribute information onto the DataOutputStream, using the constant pool to register variables. |
protected void |
InnerClassesAttribute.writeAttribute(java.io.DataOutputStream dos,
ConstantPool cp)
Write the attribute information onto the DataOutputStream, using the constant pool to register variables. |
protected void |
InnerClassInfo.write(java.io.DataOutputStream dos,
ConstantPool cp)
Write the constant pool information into a DataOutputStream |
protected void |
IntegerCPEntry.resolve(ConstantPool cp)
Resolve the internal stored indices thorugh the Constantpool |
protected void |
IntegerCPEntry.writeCPEntry(java.io.DataOutputStream dos,
ConstantPool cp)
Write the type specific constant pool entry information onto a DataOutputStream |
protected void |
FloatCPEntry.resolve(ConstantPool cp)
Resolve the internal stored indices thorugh the Constantpool |
protected void |
FloatCPEntry.writeCPEntry(java.io.DataOutputStream dos,
ConstantPool cp)
Write the type specific constant pool entry information onto a DataOutputStream |
protected void |
ConstantValueAttribute.writeAttribute(java.io.DataOutputStream dos,
ConstantPool cp)
Write the attribute information onto the DataOutputStream, using the constant pool to register variables. |
protected void |
RefCPEntry.resolve(ConstantPool cp)
Resolve the internal stored indices thorugh the Constantpool |
protected void |
RefCPEntry.writeCPEntry(java.io.DataOutputStream dos,
ConstantPool cp)
Write the type specific constant pool entry information onto a DataOutputStream |
protected void |
DoubleCPEntry.resolve(ConstantPool cp)
Resolve the internal stored indices thorugh the Constantpool |
protected void |
DoubleCPEntry.writeCPEntry(java.io.DataOutputStream dos,
ConstantPool cp)
Write the type specific constant pool entry information onto a DataOutputStream |
protected void |
DeprecatedAttribute.writeAttribute(java.io.DataOutputStream dos,
ConstantPool cp)
Write the attribute information onto the DataOutputStream, using the constant pool to register variables. |
protected void |
StringCPEntry.resolve(ConstantPool cp)
Resolve the internal stored indices thorugh the Constantpool |
protected void |
StringCPEntry.writeCPEntry(java.io.DataOutputStream dos,
ConstantPool cp)
Write the type specific constant pool entry information onto a DataOutputStream |
protected void |
SyntheticAttribute.writeAttribute(java.io.DataOutputStream dos,
ConstantPool cp)
Write the attribute information onto the DataOutputStream, using the constant pool to register variables. |
protected void |
LocalVariableTableEntry.writeEntry(java.io.DataOutputStream dos,
ConstantPool cp)
Write the attribute information onto the DataOutputStream, using the constant pool to register variables. |
protected abstract void |
Attribute.writeAttribute(java.io.DataOutputStream dos,
ConstantPool cp)
Write the attribute information onto the DataOutputStream, using the constant pool to register variables. |
protected void |
ClassCPEntry.resolve(ConstantPool cp)
Resolve the internal stored indices thorugh the Constantpool |
protected void |
ClassCPEntry.writeCPEntry(java.io.DataOutputStream dos,
ConstantPool cp)
Write the type specific constant pool entry information onto a DataOutputStream |
protected void |
MethodInfo.write(java.io.DataOutputStream dos,
ConstantPool cp)
Write the constant pool information into a DataOutputStream. |
protected void |
CodeAttribute.writeAttribute(java.io.DataOutputStream dos,
ConstantPool cp)
Write the attribute information onto the DataOutputStream, using the constant pool to register variables. |
protected void |
UTF8CPEntry.resolve(ConstantPool cp)
Resolve the internal stored indices thorugh the Constantpool |
protected void |
UTF8CPEntry.writeCPEntry(java.io.DataOutputStream dos,
ConstantPool cp)
Write the type specific constant pool entry information onto a DataOutputStream |
protected void |
ConstantPoolEntry.write(java.io.DataOutputStream dos,
ConstantPool cp)
Write the constant pool entry information onto a DataOutputStream |
protected abstract void |
ConstantPoolEntry.resolve(ConstantPool cp)
Resolve the internal stored indices thorugh the Constantpool |
protected abstract void |
ConstantPoolEntry.writeCPEntry(java.io.DataOutputStream dos,
ConstantPool cp)
Write the type specific constant pool entry information onto a DataOutputStream |
protected void |
SourceFileAttribute.writeAttribute(java.io.DataOutputStream dos,
ConstantPool cp)
Write the attribute information onto the DataOutputStream, using the constant pool to register variables. |
protected void |
DefaultAttribute.writeAttribute(java.io.DataOutputStream dos,
ConstantPool cp)
Write the attribute information onto the DataOutputStream, using the constant pool to register variables. |
protected void |
ExceptionInfo.write(java.io.DataOutputStream dos,
ConstantPool cp,
com.chaoswg.xtc4y.classdesc.code.Code code)
Write the exception information into a DataOutputStream |
protected void |
LocalVariableTableAttribute.writeAttribute(java.io.DataOutputStream dos,
ConstantPool cp)
Write the attribute information onto the DataOutputStream, using the constant pool to register variables. |
protected void |
NameAndTypeCPEntry.resolve(ConstantPool cp)
Resolve the internal stored indices thorugh the Constantpool |
protected void |
NameAndTypeCPEntry.writeCPEntry(java.io.DataOutputStream dos,
ConstantPool cp)
Write the type specific constant pool entry information onto a DataOutputStream |
protected void |
AttributeInfo.write(java.io.DataOutputStream dos,
ConstantPool cp)
Write the constant pool information into a DataOutputStream |
protected void |
InterfaceInfo.write(java.io.DataOutputStream dos,
ConstantPool cp)
Write the interface information into a DataOutputStream |
protected void |
NameDescriptorInfo.write(java.io.DataOutputStream dos,
ConstantPool cp)
Write the constant pool information into a DataOutputStream |
protected void |
ExceptionsAttribute.writeAttribute(java.io.DataOutputStream dos,
ConstantPool cp)
Write the attribute information onto the DataOutputStream, using the constant pool to register variables. |
protected void |
LongCPEntry.resolve(ConstantPool cp)
Resolve the internal stored indices thorugh the Constantpool |
protected void |
LongCPEntry.writeCPEntry(java.io.DataOutputStream dos,
ConstantPool cp)
Write the type specific constant pool entry information onto a DataOutputStream |
| Constructors in com.chaoswg.xtc4y.classdesc with parameters of type ConstantPool | |
LineNumberTableAttribute(java.io.DataInputStream dis,
ConstantPool cp,
int length)
Creates a LineNumberTableAttribute and initializes it from a DataInputStream The attribute name and length of the attribute information was already read. |
|
LineNumberTableEntry(java.io.DataInputStream dis,
ConstantPool cp)
Creates a LineNumberTableEntry and initializes it from a DataInputStream |
|
InnerClassesAttribute(java.io.DataInputStream dis,
ConstantPool cp,
int length)
Creates a CodeAttribute and initializes it from a DataInputStream The attribute name and length of the attribute information was already read. |
|
InnerClassInfo(java.io.DataInputStream dis,
ConstantPool cp)
Creates a InnnerClassInfo and initializes it from a DataInputStream |
|
ConstantValueAttribute(java.io.DataInputStream dis,
ConstantPool cp,
int length)
Creates a ConstantValueAttribute and initializes it from a DataInputStream The attribute name and length of the attribute information was already read. |
|
DeprecatedAttribute(java.io.DataInputStream dis,
ConstantPool cp,
int length)
Creates a DeprecatedAttribute and initializes it from a DataInputStream The attribute name and length of the attribute information was already read. |
|
SyntheticAttribute(java.io.DataInputStream dis,
ConstantPool cp,
int length)
Creates a SyntheticAttribute and initializes it from a DataInputStream The attribute name and length of the attribute information was already read. |
|
LocalVariableTableEntry(java.io.DataInputStream dis,
ConstantPool cp)
Creates a LocalVariableTableEntry and initializes it from a DataInputStream |
|
Attribute(java.io.DataInputStream dis,
ConstantPool cp,
int length)
Creates a Attribute and initializes it from a DataInputStream |
|
MethodInfo(java.io.DataInputStream dis,
ConstantPool cp)
Create a MethodInfo and initializses itself through the DataInputStream |
|
FieldInfo(java.io.DataInputStream dis,
ConstantPool cp)
Creates a FieldInfo and initializes it from a DataInputStream |
|
CodeAttribute(java.io.DataInputStream dis,
ConstantPool cp,
int length)
Creates a CodeAttribute and initializes it from a DataInputStream The attribute name and length of the attribute information was already read. |
|
SourceFileAttribute(java.io.DataInputStream dis,
ConstantPool cp,
int length)
Creates a SourceFileAttribute and initializes it from a DataInputStream The attribute name and length of the attribute information was already read. |
|
DefaultAttribute(java.io.DataInputStream dis,
ConstantPool cp,
int length,
java.lang.String name)
Creates a DefaultAttribute and initializes it from a DataInputStream. |
|
ExceptionInfo(java.io.DataInputStream dis,
ConstantPool cp,
com.chaoswg.xtc4y.classdesc.code.Code code)
Creates a ExceptionInfo and initializes it from a DataInputStream |
|
LocalVariableTableAttribute(java.io.DataInputStream dis,
ConstantPool cp,
int length)
Creates a LocalVariableTableAttribute and initializes it from a DataInputStream The attribute name and length of the attribute information was already read. |
|
AttributeInfo(java.io.DataInputStream dis,
ConstantPool cp)
Creates a AttributeInfo and initializes it from a DataInputStream |
|
InterfaceInfo(java.io.DataInputStream dis,
ConstantPool cp)
Creates a InterfaceInfo and initializes it from a DataInputStream |
|
NameDescriptorInfo(java.io.DataInputStream dis,
ConstantPool cp)
Creates a NameDescriptorInfo and initializes it from a DataInputStream |
|
ExceptionsAttribute(java.io.DataInputStream dis,
ConstantPool cp,
int length)
Creates a ExceptionsAttribute and initializes it from a DataInputStream The attribute name and length of the attribute information was already read. |
|
|
|||||||||
| Home >> All >> com >> chaoswg >> xtc4y >> [ classdesc overview ] | PREV NEXT | ||||||||