软件包 | 描述 |
---|---|
javax.lang.model.type |
用java编程语言类型的接口模型。
|
javax.lang.model.util |
公用事业在帮助
program elements和
types处理。
|
Modifier and Type | Method and Description |
---|---|
R |
TypeVisitor.visitExecutable(ExecutableType t, P p)
访问可执行类型。
|
Modifier and Type | Method and Description |
---|---|
boolean |
Types.isSubsignature(ExecutableType m1, ExecutableType m2)
测试是否一个方法的签名是一subsignature另一。
|
R |
SimpleTypeVisitor6.visitExecutable(ExecutableType 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.