Interface VariableElementAdaptor
-
- All Superinterfaces:
AnnotatedConstruct,Element,ElementAdaptor,VariableElement
public interface VariableElementAdaptor extends VariableElement, ElementAdaptor
- Author:
- Ryan Heaton
-
-
Method Summary
-
Methods inherited from interface javax.lang.model.AnnotatedConstruct
getAnnotationsByType
-
Methods inherited from interface javax.lang.model.element.Element
accept, asType, equals, getAnnotation, getAnnotationMirrors, getEnclosedElements, getKind, getModifiers, hashCode
-
Methods inherited from interface com.webcohesion.enunciate.javac.decorations.adaptors.ElementAdaptor
getAllAnnotationMirrors, getDocComment, getPackage, getSourcePosition, hides, isDeprecated, isHiddenBy
-
Methods inherited from interface javax.lang.model.element.VariableElement
getConstantValue, getEnclosingElement, getSimpleName
-
-