Class CommonExpressionsLValueRelations

java.lang.Object
de.monticore.types3.util.LValueRelations
de.monticore.expressions.commonexpressions.types3.util.CommonExpressionsLValueRelations

public class CommonExpressionsLValueRelations extends LValueRelations
  • Constructor Details

    • CommonExpressionsLValueRelations

      public CommonExpressionsLValueRelations()
  • Method Details

    • _isLValue

      protected boolean _isLValue(ASTExpression expression)
      according to Java Spec 20 4.12.3 Note: this is not an "isAssignable"-check, as the variable might be final (s. OOSymbols) and already assigned to.
      Overrides:
      _isLValue in class LValueRelations
    • init

      public static void init()