org.eclipse.xtext.xbase.util
Class XExpressionHelper

java.lang.Object
  extended by org.eclipse.xtext.xbase.util.XExpressionHelper

public class XExpressionHelper
extends java.lang.Object

Author:
Jan Koehnlein - Initial contribution and API

Constructor Summary
XExpressionHelper()
           
 
Method Summary
 java.lang.String getAndOperator()
           
 java.lang.String getOrOperator()
           
 boolean isLiteral(XExpression expr)
           
 boolean isShortCircuiteBooleanOperation(XAbstractFeatureCall featureCall)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XExpressionHelper

public XExpressionHelper()
Method Detail

isLiteral

public boolean isLiteral(XExpression expr)

getAndOperator

public java.lang.String getAndOperator()

getOrOperator

public java.lang.String getOrOperator()

isShortCircuiteBooleanOperation

public boolean isShortCircuiteBooleanOperation(XAbstractFeatureCall featureCall)