public interface IPartialExpression
| Modifier and Type | Method and Description |
|---|---|
Expression |
assign(ZenPosition position,
IEnvironmentGlobal environment,
Expression other) |
Expression |
call(ZenPosition position,
IEnvironmentMethod environment,
Expression... values) |
Expression |
eval(IEnvironmentGlobal environment) |
IPartialExpression |
getMember(ZenPosition position,
IEnvironmentGlobal environment,
java.lang.String name) |
ZenType |
getType() |
ZenType[] |
predictCallTypes(int numArguments) |
IZenSymbol |
toSymbol() |
ZenType |
toType(IEnvironmentGlobal environment) |
Expression eval(IEnvironmentGlobal environment)
Expression assign(ZenPosition position, IEnvironmentGlobal environment, Expression other)
IPartialExpression getMember(ZenPosition position, IEnvironmentGlobal environment, java.lang.String name)
Expression call(ZenPosition position, IEnvironmentMethod environment, Expression... values)
ZenType[] predictCallTypes(int numArguments)
IZenSymbol toSymbol()
ZenType getType()
ZenType toType(IEnvironmentGlobal environment)