软件包 | 描述 |
---|---|
javax.lang.model.type |
用java编程语言类型的接口模型。
|
javax.lang.model.util |
公用事业在帮助
program elements和
types处理。
|
Modifier and Type | Method and Description |
---|---|
R |
TypeVisitor.visitNoType(NoType t, P p)
访问一个
NoType 实例。
|
Modifier and Type | Method and Description |
---|---|
NoType |
Types.getNoType(TypeKind kind)
返回一个不使用实际类型的伪类型。
|
Modifier and Type | Method and Description |
---|---|
R |
TypeKindVisitor6.visitNoType(NoType t, P p)
|
R |
SimpleTypeVisitor6.visitNoType(NoType t, P p)
访问一个
NoType 实例。
|
R |
TypeKindVisitor6.visitNoTypeAsNone(NoType t, P p)
访问一个
NONE 伪类型调用
defaultAction 。
|
R |
TypeKindVisitor6.visitNoTypeAsPackage(NoType t, P p)
访问一个
PACKAGE 伪类型调用
defaultAction 。
|
R |
TypeKindVisitor6.visitNoTypeAsVoid(NoType t, P p)
访问一个
VOID 伪类型调用
defaultAction 。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.