public class

FieldInfo

extends Object
java.lang.Object
   ↳ sun.reflect.FieldInfo

Class Overview

NOTE: obsolete as of JDK 1.4 B75 and should be removed from the workspace (FIXME)

Summary

Public Methods
boolean isPublic()
Convenience routine
int modifiers()
String name()
String signature()
This is in "external" format, i.e.
int slot()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public boolean isPublic ()

Convenience routine

public int modifiers ()

public String name ()

public String signature ()

This is in "external" format, i.e. having '.' as separator rather than '/'

public int slot ()