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