org.jetbrains.jet.lang.resolve.java.kt
Class JetValueParameterAnnotation

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.java.kt.PsiAnnotationWrapper
      extended by org.jetbrains.jet.lang.resolve.java.kt.JetValueParameterAnnotation

public class JetValueParameterAnnotation
extends PsiAnnotationWrapper


Method Summary
static JetValueParameterAnnotation get(com.intellij.psi.PsiParameter psiParameter)
           
 boolean hasDefaultValue()
           
protected  void initialize()
           
 java.lang.String name()
           
 boolean receiver()
           
 java.lang.String type()
           
 boolean vararg()
           
 
Methods inherited from class org.jetbrains.jet.lang.resolve.java.kt.PsiAnnotationWrapper
checkInitialized, getBooleanAttribute, getIntAttribute, getStringAttribute, isDefined
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initialize

protected void initialize()
Specified by:
initialize in class PsiAnnotationWrapper

name

@NotNull
public java.lang.String name()

type

@NotNull
public java.lang.String type()

receiver

public boolean receiver()

hasDefaultValue

public boolean hasDefaultValue()

vararg

public boolean vararg()

get

public static JetValueParameterAnnotation get(com.intellij.psi.PsiParameter psiParameter)