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.
| 从接口 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.