public class ParsedExpressionFunction extends ParsedExpression
| Constructor and Description |
|---|
ParsedExpressionFunction(ZenPosition position,
ZenType returnType,
java.util.List<ParsedFunctionArgument> arguments,
java.util.List<Statement> statements) |
| Modifier and Type | Method and Description |
|---|---|
IPartialExpression |
compile(IEnvironmentMethod environment,
ZenType predictedType) |
compileKey, getPosition, readpublic ParsedExpressionFunction(ZenPosition position, ZenType returnType, java.util.List<ParsedFunctionArgument> arguments, java.util.List<Statement> statements)
public IPartialExpression compile(IEnvironmentMethod environment, ZenType predictedType)
compile in class ParsedExpression