org.eclipse.jdt.internal.compiler.apt.model
Class TypeParameterElementImpl
java.lang.Object
org.eclipse.jdt.internal.compiler.apt.model.ElementImpl
org.eclipse.jdt.internal.compiler.apt.model.TypeParameterElementImpl
- All Implemented Interfaces:
- Element, TypeParameterElement, IElementInfo
public class TypeParameterElementImpl
- extends ElementImpl
- implements TypeParameterElement
getBounds
public List<? extends TypeMirror> getBounds()
- Specified by:
getBounds
in interface TypeParameterElement
getGenericElement
public Element getGenericElement()
- Specified by:
getGenericElement
in interface TypeParameterElement
accept
public <R,P> R accept(ElementVisitor<R,P> v,
P p)
- Specified by:
accept
in interface Element
getAnnotationBindings
protected AnnotationBinding[] getAnnotationBindings()
- Specified by:
getAnnotationBindings
in class ElementImpl
- Returns:
- the set of compiler annotation bindings on this element
getEnclosedElements
public List<? extends Element> getEnclosedElements()
- Specified by:
getEnclosedElements
in interface Element
getEnclosingElement
public Element getEnclosingElement()
- Specified by:
getEnclosingElement
in interface Element
getKind
public ElementKind getKind()
- Specified by:
getKind
in interface Element
toString
public String toString()
- Overrides:
toString
in class ElementImpl
Copyright © 2012. All Rights Reserved.