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:

AttributeIdentifier.java
32 32
import org.momut.ooas.ast.IAstVisitor;
33 33
import org.momut.ooas.ast.IScope;
34 34
import org.momut.ooas.ast.expressions.Expression;
35
import org.momut.ooas.ast.types.UlyssesType;
35
import org.momut.ooas.ast.types.Type;
36 36
import org.momut.ooas.utils.exceptions.ArgumentException;
37 37

  
38 38
public final class AttributeIdentifier extends ValueReferenceIdentifier
......
48 48
	public boolean isControllable() { return m_isControllable; }
49 49

  
50 50
	public AttributeIdentifier(Token aToken,
51
			UlyssesType aType,
51
			Type aType,
52 52
			IScope aDefiningScope,
53 53
			Expression anInitializer,
54 54
			boolean isStatic,
......
63 63
	}
64 64

  
65 65
	public AttributeIdentifier(String name,
66
			UlyssesType aType,
66
			Type aType,
67 67
			IScope aDefiningScope,
68 68
			Expression anInitializer,
69 69
			boolean isStatic,

Also available in: Unified diff