All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
private Expression |
extractStringConcat(StaticFunctionInvokation staticFunctionInvokation) |
private Expression |
extractStringConcatSimple(StaticFunctionInvokation staticFunctionInvokation) |
private Expression |
genStringConcat(java.util.List<Expression> revList) |
void |
handleStatement(StatementContainer statementContainer) |
ConditionalExpression |
rewriteExpression(ConditionalExpression expression,
SSAIdentifiers ssaIdentifiers,
StatementContainer statementContainer,
ExpressionRewriterFlags flags) |
Expression |
rewriteExpression(Expression expression,
SSAIdentifiers ssaIdentifiers,
StatementContainer statementContainer,
ExpressionRewriterFlags flags) |
LValue |
rewriteExpression(LValue lValue,
SSAIdentifiers ssaIdentifiers,
StatementContainer statementContainer,
ExpressionRewriterFlags flags) |
StackSSALabel |
rewriteExpression(StackSSALabel lValue,
SSAIdentifiers ssaIdentifiers,
StatementContainer statementContainer,
ExpressionRewriterFlags flags) |
private Expression |
testAppendChain(Expression lhs) |