Class RecordComponentElementImpl
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.VariableElementImpl
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.RecordComponentElementImpl
- All Implemented Interfaces:
AnnotatedConstruct,Element,RecordComponentElement,VariableElement,IElementInfo
public class RecordComponentElementImpl
extends VariableElementImpl
implements RecordComponentElement
-
Field Summary
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
_binding, _env -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescription<R,P> R accept(ElementVisitor<R, P> visitor, P param) getKind()Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.VariableElementImpl
equals, getAnnotationBindings, getConstantValue, getEnclosedElements, getEnclosingElement, getModifiers, getSimpleName, hides, toStringMethods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
asType, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getFileName, getPackedAnnotationBindings, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.lang.model.element.Element
equals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getEnclosedElements, getModifiers, hashCodeMethods inherited from interface javax.lang.model.element.RecordComponentElement
asType, getEnclosingElement, getSimpleNameMethods inherited from interface javax.lang.model.element.VariableElement
asType, isUnnamed
-
Constructor Details
-
RecordComponentElementImpl
-
-
Method Details
-
getKind
- Specified by:
getKindin interfaceElement- Overrides:
getKindin classVariableElementImpl
-
getAccessor
- Specified by:
getAccessorin interfaceRecordComponentElement
-
accept
- Specified by:
acceptin interfaceElement- Overrides:
acceptin classVariableElementImpl
-