org.eclipse.jdt.internal.compiler.apt.model
Class ErrorTypeImpl
java.lang.Object
org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
org.eclipse.jdt.internal.compiler.apt.model.DeclaredTypeImpl
org.eclipse.jdt.internal.compiler.apt.model.ErrorTypeImpl
- All Implemented Interfaces:
- DeclaredType, ErrorType, ReferenceType, TypeMirror
public class ErrorTypeImpl
- extends DeclaredTypeImpl
- implements ErrorType
Implementation of the ErrorType
interface.
asElement
public Element asElement()
- Specified by:
asElement
in interface DeclaredType
- Overrides:
asElement
in class DeclaredTypeImpl
getEnclosingType
public TypeMirror getEnclosingType()
- Specified by:
getEnclosingType
in interface DeclaredType
- Overrides:
getEnclosingType
in class DeclaredTypeImpl
getTypeArguments
public List<? extends TypeMirror> getTypeArguments()
- Specified by:
getTypeArguments
in interface DeclaredType
- Overrides:
getTypeArguments
in class DeclaredTypeImpl
accept
public <R,P> R accept(TypeVisitor<R,P> v,
P p)
- Specified by:
accept
in interface TypeMirror
- Overrides:
accept
in class DeclaredTypeImpl
getKind
public TypeKind getKind()
- Specified by:
getKind
in interface TypeMirror
- Overrides:
getKind
in class DeclaredTypeImpl
toString
public String toString()
- Specified by:
toString
in interface TypeMirror
- Overrides:
toString
in class DeclaredTypeImpl
Copyright © 2012. All Rights Reserved.