|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.resolve.AnalyzerScriptParameter
public class AnalyzerScriptParameter
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 |
---|
public AnalyzerScriptParameter(@NotNull Name name, @NotNull KotlinType type)
Method Detail |
---|
@NotNull public Name getName()
@NotNull public KotlinType getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |