软件包 | 描述 |
---|---|
javax.lang.model.type |
用java编程语言类型的接口模型。
|
javax.lang.model.util |
公用事业在帮助
program elements和
types处理。
|
Modifier and Type | Method and Description |
---|---|
R |
TypeVisitor.visitWildcard(WildcardType t, P p)
访问一个通配符类型。
|
Modifier and Type | Method and Description |
---|---|
WildcardType |
Types.getWildcardType(TypeMirror extendsBound, TypeMirror superBound)
返回一个新的通配符类型参数。
|
Modifier and Type | Method and Description |
---|---|
R |
SimpleTypeVisitor6.visitWildcard(WildcardType t, P p)
访问一个通配符类型。
|
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.