org.jetbrains.kotlin.load.java.structure.impl
Class JavaConstructorImpl

java.lang.Object
  extended by org.jetbrains.kotlin.load.java.structure.impl.JavaElementImpl<Psi>
      extended by org.jetbrains.kotlin.load.java.structure.impl.JavaMemberImpl<com.intellij.psi.PsiMethod>
          extended by org.jetbrains.kotlin.load.java.structure.impl.JavaConstructorImpl
All Implemented Interfaces:
JavaAnnotationOwnerImpl, JavaModifierListOwnerImpl, JavaAnnotationOwner, JavaConstructor, JavaElement, JavaMember, JavaModifierListOwner, JavaNamedElement, JavaTypeParameterListOwner

public class JavaConstructorImpl
extends JavaMemberImpl<com.intellij.psi.PsiMethod>
implements JavaConstructor


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.JavaMember
getContainingClass
 
Methods inherited from interface org.jetbrains.kotlin.load.java.structure.JavaModifierListOwner
getVisibility, isAbstract, isFinal, isStatic
 
Methods inherited from interface org.jetbrains.kotlin.load.java.structure.JavaAnnotationOwner
findAnnotation, getAnnotations, isDeprecatedInJavaDoc
 
Methods inherited from interface org.jetbrains.kotlin.load.java.structure.JavaNamedElement
getName
 
Methods inherited from interface org.jetbrains.kotlin.load.java.structure.impl.JavaModifierListOwnerImpl
getPsi
 

Constructor Detail

JavaConstructorImpl

public JavaConstructorImpl(@NotNull
                           com.intellij.psi.PsiMethod psiMethod)
Method Detail

getValueParameters

@NotNull
public java.util.List<JavaValueParameter> getValueParameters()
Specified by:
getValueParameters in interface JavaConstructor

getTypeParameters

@NotNull
public java.util.List<JavaTypeParameter> getTypeParameters()
Specified by:
getTypeParameters in interface JavaTypeParameterListOwner