public class ParsedExpressionCast extends ParsedExpression
| Constructor and Description |
|---|
ParsedExpressionCast(ZenPosition position,
ParsedExpression value,
ZenType type) |
| Modifier and Type | Method and Description |
|---|---|
IPartialExpression |
compile(IEnvironmentMethod environment,
ZenType predictedType) |
compileKey, getPosition, readpublic ParsedExpressionCast(ZenPosition position, ParsedExpression value, ZenType type)
public IPartialExpression compile(IEnvironmentMethod environment, ZenType predictedType)
compile in class ParsedExpression