Class CommonExpressionsLValueRelations
java.lang.Object
de.monticore.types3.util.LValueRelations
de.monticore.expressions.commonexpressions.types3.util.CommonExpressionsLValueRelations
-
Field Summary
Fields inherited from class de.monticore.types3.util.LValueRelations
delegate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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.static voidinit()Methods inherited from class de.monticore.types3.util.LValueRelations
getDelegate, isLValue, reset, setDelegate
-
Constructor Details
-
CommonExpressionsLValueRelations
public CommonExpressionsLValueRelations()
-
-
Method Details
-
_isLValue
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:
_isLValuein classLValueRelations
-
init
public static void init()
-