Uses of Interface
org.eclipse.jdt.debug.core.IJavaModifiers
-
Packages that use IJavaModifiers Package Description org.eclipse.jdt.debug.core Provides an implementation of a debug model based on JPDA (Java Platform Debug Architecture). -
-
Uses of IJavaModifiers in org.eclipse.jdt.debug.core
Subinterfaces of IJavaModifiers in org.eclipse.jdt.debug.core Modifier and Type Interface Description interface
IJavaFieldVariable
A variable that contains the value of an instance or class variable.interface
IJavaStackFrame
A stack frame in a thread on a Java virtual machine.interface
IJavaVariable
A local variable, field slot, or receiver (this) in a Java virtual machine.
-