|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.load.java.structure.impl.JavaElementImpl<Psi>
org.jetbrains.kotlin.load.java.structure.impl.JavaMemberImpl<com.intellij.psi.PsiMethod>
org.jetbrains.kotlin.load.java.structure.impl.JavaConstructorImpl
public class JavaConstructorImpl
| Constructor Summary | |
|---|---|
JavaConstructorImpl(com.intellij.psi.PsiMethod psiMethod)
|
|
| Method Summary | |
|---|---|
java.util.List<JavaTypeParameter> |
getTypeParameters()
|
java.util.List<JavaValueParameter> |
getValueParameters()
|
| Methods inherited from class org.jetbrains.kotlin.load.java.structure.impl.JavaMemberImpl |
|---|
findAnnotation, getAnnotationOwnerPsi, getAnnotations, getContainingClass, getName, getVisibility, isAbstract, isDeprecatedInJavaDoc, isFinal, isStatic |
| Methods inherited from class org.jetbrains.kotlin.load.java.structure.impl.JavaElementImpl |
|---|
equals, getPsi, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jetbrains.kotlin.load.java.structure.impl.JavaModifierListOwnerImpl |
|---|
getPsi |
| Constructor Detail |
|---|
public JavaConstructorImpl(@NotNull
com.intellij.psi.PsiMethod psiMethod)
| Method Detail |
|---|
@NotNull public java.util.List<JavaValueParameter> getValueParameters()
@NotNull public java.util.List<JavaTypeParameter> getTypeParameters()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||