Modifier and type | Action and description |
---|---|
protected void | _computeTypes(SarlAssertExpression,ITypeComputationState) Compute the type of an assert expression. |
protected void | _computeTypes(SarlBreakExpression,ITypeComputationState) Compute the type of a break expression. |
protected void | _computeTypes(SarlCastedExpression,ITypeComputationState) Compute the type of a casted expression. |
protected void | _computeTypes(SarlContinueExpression,ITypeComputationState) Compute the type of a break expression. |
protected void | _computeTypes(XAbstractFeatureCall,ITypeComputationState) |
void | computeTypes(XExpression,ITypeComputationState) |
protected org.eclipse.xtext.xbase.typesystem.computation.ILinkingCandidate | getBestCandidate(List<E>) |
protected boolean | isIgnorableCallToFeature(ILinkingCandidate) Replies if ambiguity could be removed for the given feature. |
new
protected def _computeTypes(SarlAssertExpression,ITypeComputationState)
protected def _computeTypes(SarlBreakExpression,ITypeComputationState)
protected def _computeTypes(SarlCastedExpression,ITypeComputationState)
protected def _computeTypes(SarlContinueExpression,ITypeComputationState)
protected def _computeTypes(XAbstractFeatureCall,ITypeComputationState)
def computeTypes(XExpression,ITypeComputationState)
protected def getBestCandidate(List<E>) : org.eclipse.xtext.xbase.typesystem.computation.ILinkingCandidate
protected def isIgnorableCallToFeature(ILinkingCandidate) : boolean