Module jdk.jdi
Package com.sun.jdi

Interface Field

All Superinterfaces:
Accessible, Comparable<Field>, Mirror, TypeComponent

public interface Field extends TypeComponent, Comparable<Field>
A class or instance variable in the target VM. See TypeComponent for general information about Field and Method mirrors.
Since:
1.3
See Also: