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.Result
StackSpiller.ChildRewriter.Finish
(Expression expr) private StackSpiller.Result
StackSpiller.rewriteAssignBinaryExpression
(Expression expr, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteBinaryExpression
(Expression expr, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteBlockExpression
(Expression expr, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteConditionalExpression
(Expression expr, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteExpression
(Expression node, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteExpressionFreeTemps
(Expression expression, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteExtensionAssignment
(BinaryExpression node, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteExtensionExpression
(Expression expr, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteGotoExpression
(Expression expr, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteInvocationExpression
(Expression expr, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteLabelExpression
(Expression expr, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteLambdaExpression
(Expression expr, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteLogicalBinaryExpression
(Expression expr, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteLoopExpression
(Expression expr, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteMemberAssignment
(BinaryExpression node, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteMemberExpression
(Expression expr, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteMethodCallExpression
(Expression expr, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteNewArrayExpression
(Expression expr, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteNewExpression
(Expression expr, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteReducibleExpression
(Expression expr, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteSwitchExpression
(Expression expr, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteThrowUnaryExpression
(Expression expr, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteTryExpression
(Expression expr, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteTypeBinaryExpression
(Expression expr, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteUnaryExpression
(Expression expr, StackSpiller.Stack stack) private StackSpiller.Result
StackSpiller.rewriteVariableAssignment
(BinaryExpression node, StackSpiller.Stack stack) Methods in com.strobel.expressions with parameters of type StackSpiller.ResultModifier and TypeMethodDescriptionprivate static void
StackSpiller.verifyRewrite
(StackSpiller.Result result, Expression node)