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, JetType type)
           
 
Method Summary
 Name getName()
           
 JetType 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
                               JetType type)
Method Detail

getName

@NotNull
public Name getName()

getType

@NotNull
public JetType getType()