Class VariableEx
- java.lang.Object
-
- net.ssehub.easy.instantiation.core.model.expressions.Expression
-
- net.ssehub.easy.instantiation.core.model.expressions.VariableExpression
-
- net.ssehub.easy.instantiation.core.model.expressions.VariableEx
-
public class VariableEx extends VariableExpression
An expression denoting that a variable is used.- Author:
- Aike Sass
-
-
Constructor Summary
Constructors Constructor Description VariableEx()Constructor for serialization.VariableEx(VariableDeclaration variable, java.lang.String qualifiedName)Creates a variable expression node.
-
Method Summary
-
Methods inherited from class net.ssehub.easy.instantiation.core.model.expressions.VariableExpression
accept, composeUnkownVariableWarning, getDeclaration, getName, getQualifiedName, inferType
-
Methods inherited from class net.ssehub.easy.instantiation.core.model.expressions.Expression
replaceEmptyLine
-
-
-
-
Constructor Detail
-
VariableEx
VariableEx()
Constructor for serialization.
-
VariableEx
public VariableEx(VariableDeclaration variable, java.lang.String qualifiedName)
Creates a variable expression node.- Parameters:
variable- the variable declaration used as variable herequalifiedName- the qualified name of the variable
-
-