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