org.jetbrains.kotlin.load.java.structure
Interface JavaValueParameter

All Superinterfaces:
JavaAnnotationOwner, JavaElement
All Known Implementing Classes:
JavaValueParameterImpl

public interface JavaValueParameter
extends JavaAnnotationOwner


Method Summary
 Name getName()
           
 JavaType getType()
           
 boolean isVararg()
           
 
Methods inherited from interface org.jetbrains.kotlin.load.java.structure.JavaAnnotationOwner
findAnnotation, getAnnotations
 

Method Detail

getName

@Nullable
Name getName()

getType

@NotNull
JavaType getType()

isVararg

boolean isVararg()