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