Package | Description |
---|---|
javax.ide.model.java.declaration |
Declaration model.
|
Modifier and Type | Method and Description |
---|---|
MethodD |
ClassD.getClinitMethod()
Gets the hidden
clinit method, null if none. |
MethodD |
TypeD.getDeclaredMethod(java.lang.String name,
TypeD[] parameters)
Gets the matching declared method, null if none.
|
MethodD |
TypeD.getMethod(java.lang.String name,
TypeD[] parameters)
Gets the first matching method, null if none.
|