All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static java.util.List<Code> |
getHostExpressions(Code statement) |
static java.util.List<ExpressionBuilder.Value> |
getHostExpressions(ExpressionBuilder.Value statement) |
static java.util.List<Code> |
getHostExpressionsValuesFromCodes(Interpreter interpreter,
java.util.List<Code> hostExpressions) |
static java.util.List<ExpressionBuilder.Value> |
getHostExpressionsValuesFromValues(Interpreter interpreter,
java.util.List<ExpressionBuilder.Value> hostExpressions) |
static ExpressionBuilder.Value |
getHostExpressionValue(ExpressionBuilder.Function hostExpression,
ExpressionBuilder expbuilder) |
static ExpressionBuilder.Value |
getHostExpressionValue(ExpressionBuilder.Function hostExpression,
ExpressionBuilder expbuilder,
Compiler compiler,
Interpreter interpreter) |
static ExpressionBuilder.Value |
getHostExpressionValue(ExpressionBuilder.Function hostExpression,
ExpressionBuilder expbuilder,
SymbolTable symbolTable) |
static boolean |
hasHostExpressions(Code statement) |
static boolean |
hasHostExpressions(ExpressionBuilder.Value statement) |
static boolean |
hasHostExpressions(java.lang.String statement) |
static Code |
resolveHostExpressions(Code statement,
Interpreter interpreter) |
static Code |
resolveHostExpressions(Code statement,
SymbolTable symbolTable) |
static ExpressionBuilder.Value |
resolveHostExpressions(ExpressionBuilder.Value statement,
SymbolTable symbolTable) |
static Expression |
resolveHostExpressions(Expression expression,
SymbolTable symbolTable) |