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

All Superinterfaces:
JavaAnnotationOwner, JavaElement, JavaMember, JavaModifierListOwner, JavaNamedElement, JavaTypeParameterListOwner
All Known Implementing Classes:
JavaConstructorImpl

public interface JavaConstructor
extends JavaMember, JavaTypeParameterListOwner


Method Summary
 java.util.List<JavaValueParameter> getValueParameters()
           
 
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.JavaTypeParameterListOwner
getTypeParameters
 

Method Detail

getValueParameters

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