Searched defs:constName (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/sun/reflect/annotation/
H A DEnumConstantNotPresentExceptionProxy.java37 final String constName; field in class:EnumConstantNotPresentExceptionProxy
39 EnumConstantNotPresentExceptionProxy(Class<? extends Enum<?>> enumType, String constName) argument
/openjdk10/langtools/test/tools/javac/classfiles/attributes/annotations/
H A DTestAnnotationInfo.java301 private final String constName; field in class:TestAnnotationInfo.TestEnumElementValue
303 public TestEnumElementValue(String typeName, String constName) { argument

Completed in 99 milliseconds