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