org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Class ElementValuePair.UnresolvedEnumConstant

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ElementValuePair.UnresolvedEnumConstant
Enclosing class:
ElementValuePair

public static class ElementValuePair.UnresolvedEnumConstant
extends java.lang.Object

We want to avoid eagerly resolving of all enums that are used in annotations. This class encapsulates an unresolved enum constant as referenced in an ElementValuePair. The enum constant will be resolved when asking getValue()


Method Summary
 char[] getEnumConstantName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEnumConstantName

public char[] getEnumConstantName()