public class AnalyzerScriptParameter extends java.lang.Object
Constructor and Description |
---|
AnalyzerScriptParameter(Name name,
JetTypeName type) |
AnalyzerScriptParameter(java.lang.String name,
java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
Name |
getName() |
JetTypeName |
getType() |
public AnalyzerScriptParameter(@NotNull Name name, @NotNull JetTypeName type)
public AnalyzerScriptParameter(@NotNull java.lang.String name, @NotNull java.lang.String type)
@NotNull public JetTypeName getType()