org.eclipse.jdt.internal.compiler.apt.model
Class ErrorTypeImpl

java.lang.Object
  extended by org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
      extended by org.eclipse.jdt.internal.compiler.apt.model.DeclaredTypeImpl
          extended by 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.


Field Summary
 
Fields inherited from class org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
_binding, _env
 
Method Summary
<R,P> R
accept(TypeVisitor<R,P> v, P p)
           
 Element asElement()
           
 TypeMirror getEnclosingType()
           
 TypeKind getKind()
           
 List<? extends TypeMirror> getTypeArguments()
           
 String toString()
           
 
Methods inherited from class org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.lang.model.type.TypeMirror
equals, hashCode
 

Method Detail

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.