org.eclipse.jdt.internal.compiler.apt.model
Class NoTypeImpl
java.lang.Object
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.
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
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.