org.eclipse.jdt.internal.compiler.apt.model
Class TypeVariableImpl
java.lang.Object
org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
org.eclipse.jdt.internal.compiler.apt.model.TypeVariableImpl
- All Implemented Interfaces:
- ReferenceType, TypeMirror, TypeVariable
public class TypeVariableImpl
- extends TypeMirrorImpl
- implements TypeVariable
Implementation of TypeVariable
asElement
public Element asElement()
- Specified by:
asElement in interface TypeVariable
getLowerBound
public TypeMirror getLowerBound()
- Specified by:
getLowerBound in interface TypeVariable
getUpperBound
public TypeMirror getUpperBound()
- Specified by:
getUpperBound in interface TypeVariable
accept
public <R,P> R accept(TypeVisitor<R,P> v,
P p)
- Specified by:
accept in interface TypeMirror- Overrides:
accept in class TypeMirrorImpl
getKind
public TypeKind getKind()
- Specified by:
getKind in interface TypeMirror- Overrides:
getKind in class TypeMirrorImpl
Copyright © 2012. All Rights Reserved.