org.eclipse.xtext.xbase.typesystem.computation
Interface ITypeComputationResult

All Known Implementing Classes:
NoTypeResult, ResolutionBasedComputationResult

public interface ITypeComputationResult

Author:
Sebastian Zarnekow - Initial contribution and API
This interface is not intended to be implemented by clients.
This interface is not intended to be implemented by clients. TODO JavaDoc, toString

Method Summary
 JvmTypeReference getActualExpressionType()
           
 JvmTypeReference getActualType(JvmIdentifiableElement element)
           
 JvmTypeReference getExpectedExpressionType()
           
 XExpression getExpression()
           
 

Method Detail

getExpression

@Nullable
XExpression getExpression()

getActualExpressionType

JvmTypeReference getActualExpressionType()

getExpectedExpressionType

@Nullable
JvmTypeReference getExpectedExpressionType()

getActualType

@Nullable
JvmTypeReference getActualType(JvmIdentifiableElement element)