Uses of Class
com.strobel.expressions.StackSpiller.Result
Packages that use StackSpiller.Result
-
Uses of StackSpiller.Result in com.strobel.expressions
Methods in com.strobel.expressions that return StackSpiller.ResultModifier and TypeMethodDescription(package private) StackSpiller.ResultStackSpiller.ChildRewriter.Finish(Expression expr) private StackSpiller.ResultStackSpiller.rewriteAssignBinaryExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteBinaryExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteBlockExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteConditionalExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteExpression(Expression node, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteExpressionFreeTemps(Expression expression, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteExtensionAssignment(BinaryExpression node, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteExtensionExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteGotoExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteInvocationExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteLabelExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteLambdaExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteLogicalBinaryExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteLoopExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteMemberAssignment(BinaryExpression node, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteMemberExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteMethodCallExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteNewArrayExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteNewExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteReducibleExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteSwitchExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteThrowUnaryExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteTryExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteTypeBinaryExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteUnaryExpression(Expression expr, StackSpiller.Stack stack) private StackSpiller.ResultStackSpiller.rewriteVariableAssignment(BinaryExpression node, StackSpiller.Stack stack) Methods in com.strobel.expressions with parameters of type StackSpiller.ResultModifier and TypeMethodDescriptionprivate static voidStackSpiller.verifyRewrite(StackSpiller.Result result, Expression node)