Module org.eclipse.xtend.lib.macro
Interface EnumerationValueDeclaration
- All Superinterfaces:
AnnotationTarget,Declaration,Element,MemberDeclaration,NamedElement
- All Known Subinterfaces:
MutableEnumerationValueDeclaration
- Author:
- Sven Efftinge
-
Method Summary
Methods inherited from interface org.eclipse.xtend.lib.macro.declaration.AnnotationTarget
findAnnotation, getAnnotationsMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.MemberDeclaration
getDocComment, getModifiers, getVisibility, isDeprecatedMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.NamedElement
getCompilationUnit, getSimpleName
-
Method Details
-
getDeclaringType
EnumerationTypeDeclaration getDeclaringType()- Specified by:
getDeclaringTypein interfaceMemberDeclaration- Returns:
- the enumeration type declaring this value
-