| Package | Description |
|---|---|
| org.eclipse.xtext.xbase.typesystem.computation |
This package contains the primary hooks for the actual type computation in Xbase
as well as their respective base implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClosureTypeHelper
Base strategy to compute the type of lambda expressions.
|
class |
ClosureWithExpectationHelper
Strategy to compute types for lambda expression that do have an expected type.
|
class |
ClosureWithoutExpectationHelper
Strategy to compute types for lambda expression that do not have an expected type
or that have an expected type which is not a SAM type.
|
class |
UnknownClosureTypeHelper |
Copyright © 2015. All Rights Reserved.