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

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.apt.model.NoTypeImpl
所有已实现的接口:
javax.lang.model.type.NoType, javax.lang.model.type.NullType, javax.lang.model.type.ReferenceType, javax.lang.model.type.TypeMirror

public class NoTypeImpl
extends Object
implements javax.lang.model.type.NoType, javax.lang.model.type.NullType

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

另请参见:
NoType.

字段摘要
static javax.lang.model.type.NoType NO_TYPE_NONE
           
static javax.lang.model.type.NoType NO_TYPE_PACKAGE
           
static javax.lang.model.type.NoType NO_TYPE_VOID
           
static javax.lang.model.type.NullType NULL_TYPE
           
 
方法摘要
<R,P> R
accept(javax.lang.model.type.TypeVisitor<R,P> v, P p)
           
 javax.lang.model.type.TypeKind getKind()
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 javax.lang.model.type.TypeMirror 继承的方法
equals, hashCode
 

字段详细信息

NO_TYPE_NONE

public static final javax.lang.model.type.NoType NO_TYPE_NONE

NO_TYPE_VOID

public static final javax.lang.model.type.NoType NO_TYPE_VOID

NO_TYPE_PACKAGE

public static final javax.lang.model.type.NoType NO_TYPE_PACKAGE

NULL_TYPE

public static final javax.lang.model.type.NullType NULL_TYPE
方法详细信息

accept

public <R,P> R accept(javax.lang.model.type.TypeVisitor<R,P> v,
                      P p)
指定者:
接口 javax.lang.model.type.TypeMirror 中的 accept

getKind

public javax.lang.model.type.TypeKind getKind()
指定者:
接口 javax.lang.model.type.TypeMirror 中的 getKind

toString

public String toString()
指定者:
接口 javax.lang.model.type.TypeMirror 中的 toString
覆盖:
Object 中的 toString


Copyright © 2013. All Rights Reserved.