public class CastingAnyDouble extends java.lang.Object implements ICastingRule
| Modifier and Type | Field and Description |
|---|---|
static CastingAnyDouble |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
compile(IEnvironmentMethod method) |
ZenType |
getInputType() |
ZenType |
getResultingType() |
public static final CastingAnyDouble INSTANCE
public void compile(IEnvironmentMethod method)
compile in interface ICastingRulepublic ZenType getInputType()
getInputType in interface ICastingRulepublic ZenType getResultingType()
getResultingType in interface ICastingRule