| Package | Description |
|---|---|
| javax.lang.model.type |
Interfaces used to model Java programming language types.
|
| javax.lang.model.util |
Utilities to assist in the processing of program elements and types.
|
| Modifier and Type | Method and Description |
|---|---|
R |
TypeVisitor.visitExecutable(ExecutableType
Visits an executable type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Types.isSubsignature(ExecutableType
Tests whether the signature of one method is a
subsignature of another.
|
R |
SimpleTypeVisitor6.visitExecutable(ExecutableType
Visits an executable type.
|