Class CommonExpressionsLValueRelations

    • Constructor Detail

      • CommonExpressionsLValueRelations

        public CommonExpressionsLValueRelations()
    • Method Detail

      • _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()