✗
public abstract interface ExecutableType
extends javax.lang.model.type.TypeMirror
Methods
- ✓public abstract java.util.List<? extends javax.lang.model.type.TypeMirror> getParameterTypes()
- ✗public abstract javax.lang.model.type.TypeMirror getReceiverType()Comparing jdk-21-ga and jdk-22+36
getReceiverType
TypeMirror getReceiverType()Returns the receiver type of this executable, orNoTypewith kindNONEif the executable has no receiver type. An executable which is an instance method, or a constructor of an inner class, has a receiver type derived from the declaring type. An executable which is a static method, or a constructor of a non-inner class, or an initializer (static or instance), has no receiver type.- Returns:
- the receiver type of this executable
- See Java Language Specification:
- Moved out of a link with destination https://docs.oracle.com/javase/specs/jls/se21/html/jls-8.html#jls-8.4.Moved to a link with destination https://docs.oracle.com/javase/specs/jls/se22/html/jls-8.html#jls-8.4. Moved out of a link with destination https://docs.oracle.com/javase/specs/jls/se21/html/jls-8.html#jls-8.4.Moved to a link with destination https://docs.oracle.com/javase/specs/jls/se22/html/jls-8.html#jls-8.4.8.4 Method Declarations
Moved out of a link with destination https://docs.oracle.com/javase/specs/jls/se21/html/jls-8.html#jls-8.4.1.Moved to a link with destination https://docs.oracle.com/javase/specs/jls/se22/html/jls-8.html#jls-8.4.1.8.4.1 Formal Parameters
Moved out of a link with destination https://docs.oracle.com/javase/specs/jls/se21/html/jls-8.html#jls-8.8.Moved to a link with destination https://docs.oracle.com/javase/specs/jls/se22/html/jls-8.html#jls-8.8.8.8 Constructor Declarations
- Since:
- 1.8
- ✓public abstract javax.lang.model.type.TypeMirror getReturnType()
- ✓public abstract java.util.List<? extends javax.lang.model.type.TypeMirror> getThrownTypes()
- ✓public abstract java.util.List<? extends javax.lang.model.type.TypeVariable> getTypeVariables()
Summary
| Elements | Comments | Descriptions | Total | |||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Added | Changed | Removed | Added | Changed | Removed | Added | Changed | Removed | ||
| getReceiverType() | 3 | 3 | ||||||||
| Total | 3 | 3 | ||||||||