Project

General

Profile

Revision 9

Added by Willibald K. over 8 years ago

remove support for Qualitative Action Systems, rename UlyssesType to Type

View differences:

ExpressionVariableIdentifier.java
30 30
import org.antlr.runtime.Token;
31 31
import org.momut.ooas.ast.IAstVisitor;
32 32
import org.momut.ooas.ast.IScope;
33
import org.momut.ooas.ast.types.UlyssesType;
33
import org.momut.ooas.ast.types.Type;
34 34

  
35 35
public final class ExpressionVariableIdentifier extends LocalVariableIdentifier
36 36
{
......
39 39
	public boolean initialized() { return m_isInitialized; }
40 40

  
41 41
	public ExpressionVariableIdentifier(Token aToken,
42
			UlyssesType aType,
42
			Type aType,
43 43
			IScope aDefiningScope)
44 44
	{
45 45
		super (aToken, aType, aDefiningScope);

Also available in: Unified diff