org.jetbrains.jet.lang.resolve.java.wrapper
Class PsiParameterWrapper

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.java.wrapper.PsiParameterWrapper

public class PsiParameterWrapper
extends java.lang.Object


Constructor Summary
PsiParameterWrapper(com.intellij.psi.PsiParameter psiParameter)
           
 
Method Summary
 JetTypeParameterAnnotation getJetTypeParameter()
           
 JetValueParameterAnnotation getJetValueParameter()
           
 com.intellij.psi.PsiParameter getPsiParameter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PsiParameterWrapper

public PsiParameterWrapper(@NotNull
                           com.intellij.psi.PsiParameter psiParameter)
Method Detail

getPsiParameter

@NotNull
public com.intellij.psi.PsiParameter getPsiParameter()

getJetValueParameter

@NotNull
public JetValueParameterAnnotation getJetValueParameter()

getJetTypeParameter

@NotNull
public JetTypeParameterAnnotation getJetTypeParameter()