All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class futils.utils.FieldInfo

java.lang.Object
   |
   +----futils.utils.FieldInfo

public class FieldInfo
extends java.lang.Object
This class defines a FieldInfo in the class file. Fields are used to describe instance variables in a class. The toString() method is augmented by a version that takes an array of ConstantPoolInfo objects (a constant pool). When a constant pool is available the toString() method generates a declaration for the field as it would appear in Java source.

Version:
1.3, 16 Aug 1995
Author:
Chuck McManis
See Also:
ClassFile

Constructor Index

 o FieldInfo()

Method Index

 o read(DataInputStream, ConstantPoolInfo[])
 o toString()
 o toString(ConstantPoolInfo[])
 o write(DataOutputStream, ConstantPoolInfo[])

Constructors

 o FieldInfo
 public FieldInfo()

Methods

 o read
 public boolean read(java.io.DataInputStream di,
                     futils.utils.ConstantPoolInfo pool[]) throws java.io.IOException
 o write
 public void write(java.io.DataOutputStream dos,
                   futils.utils.ConstantPoolInfo pool[]) throws java.io.IOException, java.lang.Exception
 o toString
 public java.lang.String toString()
Overrides:
toString in class java.lang.Object
 o toString
 public java.lang.String toString(futils.utils.ConstantPoolInfo pool[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index