public static class AssignmentContext.LambdaReturnContext extends AssignmentContext
AssignmentContext.AssignmentLhsContext, AssignmentContext.LambdaReturnContext, AssignmentContext.MethodParameterContext, AssignmentContext.MethodReturnContext| Modifier and Type | Field and Description | 
|---|---|
protected ExecutableElement | 
method  | 
| Constructor and Description | 
|---|
LambdaReturnContext(ExecutableElement method)  | 
| Modifier and Type | Method and Description | 
|---|---|
Tree | 
getContextTree()  | 
Element | 
getElementForType()
Returns an  
Element that has the type of this assignment context. | 
protected final ExecutableElement method
public LambdaReturnContext(ExecutableElement method)
public Element getElementForType()
AssignmentContextElement that has the type of this assignment context.getElementForType in class AssignmentContextpublic Tree getContextTree()
getContextTree in class AssignmentContext