public class DangerousData extends java.lang.Object
| Constructor and Description |
|---|
DangerousData() |
| Modifier and Type | Method and Description |
|---|---|
static DangerousData |
collect(JetExpression expression,
TranslationContext context) |
static DangerousData |
emptyData() |
boolean |
exists() |
JetExpression |
getDangerousNode() |
java.util.List<JetExpression> |
getNodesToBeGeneratedBefore() |
JetExpression |
getRootNode() |
void |
setDangerousNode(JetExpression dangerousNode) |
void |
setRootNode(JetExpression rootNode) |
boolean |
shouldBeTranslated() |
public DangerousData()
@NotNull public static DangerousData collect(@NotNull JetExpression expression, @NotNull TranslationContext context)
@NotNull public static DangerousData emptyData()
public void setDangerousNode(@NotNull JetExpression dangerousNode)
@NotNull public java.util.List<JetExpression> getNodesToBeGeneratedBefore()
public boolean exists()
public boolean shouldBeTranslated()
@NotNull public JetExpression getDangerousNode()
@NotNull public JetExpression getRootNode()
public void setRootNode(@NotNull JetExpression rootNode)