public class ExpressionString extends Expression
| Constructor and Description |
|---|
ExpressionString(ZenPosition position,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
compile(boolean result,
IEnvironmentMethod environment) |
ZenType |
getType() |
assign, call, cast, compileIf, eval, getMember, getPosition, parse, predictCallTypes, toSymbol, toTypepublic ExpressionString(ZenPosition position, java.lang.String value)
public ZenType getType()
public void compile(boolean result,
IEnvironmentMethod environment)
compile in class Expression