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

java.lang.Object
  extended by org.eclipse.jdt.internal.compiler.apt.model.NoTypeImpl
All Implemented Interfaces:
NoType, NullType, ReferenceType, TypeMirror

public class NoTypeImpl
extends Object
implements NoType, NullType

An implementation of NoType, which is used to represent certain psuedo-types.

See Also:
NoType.

Field Summary
static NoType NO_TYPE_NONE
           
static NoType NO_TYPE_PACKAGE
           
static NoType NO_TYPE_VOID
           
static NullType NULL_TYPE
           
 
Method Summary
<R,P> R
accept(TypeVisitor<R,P> v, P p)
           
 TypeKind getKind()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.lang.model.type.TypeMirror
equals, hashCode
 

Field Detail

NO_TYPE_NONE

public static final NoType NO_TYPE_NONE

NO_TYPE_VOID

public static final NoType NO_TYPE_VOID

NO_TYPE_PACKAGE

public static final NoType NO_TYPE_PACKAGE

NULL_TYPE

public static final NullType NULL_TYPE
Method Detail

accept

public <R,P> R accept(TypeVisitor<R,P> v,
                      P p)
Specified by:
accept in interface TypeMirror

getKind

public TypeKind getKind()
Specified by:
getKind in interface TypeMirror

toString

public String toString()
Specified by:
toString in interface TypeMirror
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.