Package org.eclipse.jdt.core.util
Interface INestHostAttribute
-
public interface INestHostAttribute
Description 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 int
getNestHostIndex()
Answer back the class name index.char[]
getNestHostName()
Answer back the class name as specified in the JVM specifications.
-