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