Class XsemanticsXExpressionHelper
- java.lang.Object
-
- org.eclipse.xtext.xbase.util.XExpressionHelper
-
- org.eclipse.xsemantics.dsl.validation.XsemanticsXExpressionHelper
-
public class XsemanticsXExpressionHelper extends org.eclipse.xtext.xbase.util.XExpressionHelper
-
-
Field Summary
Fields Modifier and Type Field Description protected XsemanticsTypeSystemtypeSystem
-
Constructor Summary
Constructors Constructor Description XsemanticsXExpressionHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasSideEffects(org.eclipse.xtext.xbase.XExpression expr)booleanisXsemanticsXExpression(org.eclipse.emf.ecore.EObject eObject)-
Methods inherited from class org.eclipse.xtext.xbase.util.XExpressionHelper
findAnnotation, findCompoundAssignmentAnnotation, findInlineAnnotation, findInlineAnnotation, findPureAnnotation, findReassignFirstArgumentAnnotation, getAndOperator, getElvisOperator, getMethodNames, getOrOperator, hasSideEffects, isBooleanAndOrOr, isGetAndAssign, isInlined, isOperatorFromExtension, isOperatorFromExtension, isOperatorFromExtension, isShortCircuitOperation
-
-
-
-
Field Detail
-
typeSystem
@Inject protected XsemanticsTypeSystem typeSystem
-
-