Package org.eclipse.jdt.core.util
Interface INestHostAttribute
-
public interface INestHostAttributeDescription of a nest host attribute as described in the JVM specifications.- Since:
- 3.16
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNestHostIndex()Answer back the class name index.char[]getNestHostName()Answer back the class name as specified in the JVM specifications.
-