public class LambdaResultExpressionNode extends Node
| Modifier and Type | Field and Description | 
|---|---|
protected @Nullable Node | 
result  | 
protected ExpressionTree | 
tree  | 
| Constructor and Description | 
|---|
LambdaResultExpressionNode(ExpressionTree t,
                          @Nullable Node result,
                          Types types)  | 
| Modifier and Type | Method and Description | 
|---|---|
<R,P> R | 
accept(NodeVisitor<R,P> visitor,
      P p)
Accept method of the visitor pattern. 
 | 
boolean | 
equals(@Nullable Object obj)  | 
Collection<Node> | 
getOperands()
 | 
@Nullable Node | 
getResult()
Returns the final node of the CFG corresponding to the lambda expression body (see  
getTree()). | 
ExpressionTree | 
getTree()
Returns the  
ExpressionTree corresponding to the body of a lambda expression with an
 expression body (e.g. | 
int | 
hashCode()  | 
String | 
toString()  | 
getAssignmentContext, getBlock, getInSource, getTransitiveOperands, getType, isLValue, setAssignmentContext, setBlock, setInSource, setLValueprotected final ExpressionTree tree
public LambdaResultExpressionNode(ExpressionTree t, @Nullable Node result, Types types)
public @Nullable Node getResult()
getTree()).public ExpressionTree getTree()
ExpressionTree corresponding to the body of a lambda expression with an
 expression body (e.g. X for (o -> X) where X is an expression and not a {...} block).public <R,P> R accept(NodeVisitor<R,P> visitor, P p)
Nodepublic Collection<Node> getOperands()
NodegetOperands in class NodeNodes of this Node