dioscuri.module.cpu32
Class FieldInfo
java.lang.Object
dioscuri.module.cpu32.FieldInfo
public class FieldInfo
- extends java.lang.Object
- Author:
- Bram Lohman, Bart Kiers
Method Summary |
void |
write(java.io.DataOutputStream out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PUBLIC
public static final int PUBLIC
- See Also:
- Constant Field Values
PRIVATE
public static final int PRIVATE
- See Also:
- Constant Field Values
PROTECTED
public static final int PROTECTED
- See Also:
- Constant Field Values
STATIC
public static final int STATIC
- See Also:
- Constant Field Values
FINAL
public static final int FINAL
- See Also:
- Constant Field Values
VOLATILE
public static final int VOLATILE
- See Also:
- Constant Field Values
TRANSIENT
public static final int TRANSIENT
- See Also:
- Constant Field Values
SYNTHETIC
public static final int SYNTHETIC
- See Also:
- Constant Field Values
ENUM
public static final int ENUM
- See Also:
- Constant Field Values
FieldInfo
public FieldInfo(java.io.DataInputStream in,
ConstantPoolInfo[] pool)
throws java.io.IOException
- Parameters:
in
- pool
-
- Throws:
java.io.IOException
write
public void write(java.io.DataOutputStream out)
throws java.io.IOException
- Parameters:
out
-
- Throws:
java.io.IOException