src/share/classes/javax/lang/model/type/ExecutableType.java

changeset 1647
578eb3dd111d
parent 1645
97f6839673d6
child 1651
972474640b7d
equal deleted inserted replaced
1646:a4913ea9bb62 1647:578eb3dd111d
83 * kind {@link javax.lang.model.type.TypeKind#NONE NONE} 83 * kind {@link javax.lang.model.type.TypeKind#NONE NONE}
84 * if the executable has no receiver type. 84 * if the executable has no receiver type.
85 * 85 *
86 * An executable which is an instance method, or a constructor of an 86 * An executable which is an instance method, or a constructor of an
87 * inner class, has a receiver type derived from the {@linkplain 87 * inner class, has a receiver type derived from the {@linkplain
88 * #getEnclosingElement declaring type}. 88 * ExecutableElement#getEnclosingElement declaring type}.
89 * 89 *
90 * An executable which is a static method, or a constructor of a 90 * An executable which is a static method, or a constructor of a
91 * non-inner class, or an initializer (static or instance), has no 91 * non-inner class, or an initializer (static or instance), has no
92 * receiver type. 92 * receiver type.
93 * 93 *

mercurial