org.jetbrains.kotlin.resolve
Class AnalyzerScriptParameter

java.lang.Object
  extended by org.jetbrains.kotlin.resolve.AnalyzerScriptParameter

public class AnalyzerScriptParameter
extends java.lang.Object


Constructor Summary
AnalyzerScriptParameter(Name name, KotlinType type)
           
 
Method Summary
 Name getName()
           
 KotlinType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnalyzerScriptParameter

public AnalyzerScriptParameter(@NotNull
                               Name name,
                               @NotNull
                               KotlinType type)
Method Detail

getName

@NotNull
public Name getName()

getType

@NotNull
public KotlinType getType()