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

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.JavaMethodImpl
All Implemented Interfaces:
JavaAnnotationOwnerImpl, JavaModifierListOwnerImpl

public class JavaMethodImpl
extends JavaMemberImpl<com.intellij.psi.PsiMethod>


Constructor Summary
JavaMethodImpl(com.intellij.psi.PsiMethod psiMethod)
           
 
Method Summary
 boolean getHasAnnotationParameterDefaultValue()
           
 Name getName()
           
 JavaType getReturnType()
           
 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, 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

JavaMethodImpl

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

getName

@NotNull
public Name getName()
Overrides:
getName in class JavaMemberImpl<com.intellij.psi.PsiMethod>

getTypeParameters

@NotNull
public java.util.List<JavaTypeParameter> getTypeParameters()

getValueParameters

@NotNull
public java.util.List<JavaValueParameter> getValueParameters()

getHasAnnotationParameterDefaultValue

public boolean getHasAnnotationParameterDefaultValue()

getReturnType

@NotNull
public JavaType getReturnType()