软件包 | 描述 |
---|---|
javax.lang.model.type |
用java编程语言类型的接口模型。
|
javax.lang.model.util |
公用事业在帮助
program elements和
types处理。
|
Modifier and Type | Method and Description |
---|---|
R |
TypeVisitor.visitIntersection(IntersectionType t, P p)
访问交集类型。
|
Modifier and Type | Method and Description |
---|---|
R |
SimpleTypeVisitor8.visitIntersection(IntersectionType t, P p)
这
IntersectionType 实施访问调用
defaultAction 。
|
abstract R |
AbstractTypeVisitor8.visitIntersection(IntersectionType t, P p)
访问子类定义的方式
IntersectionType 。
|
R |
AbstractTypeVisitor6.visitIntersection(IntersectionType t, P p)
访问一个
IntersectionType 元通过调用
visitUnknown 。
|
R |
TypeKindVisitor8.visitIntersection(IntersectionType t, P p)
这
IntersectionType 实施访问调用
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.