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:

ValueIdentifier.java
30 30

  
31 31
import org.antlr.runtime.Token;
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
///////////////////////////////////////////////
36 36
///  Value Identifiers
37 37
///
38 38
public abstract class ValueIdentifier extends Identifier {
39 39
	public ValueIdentifier(Token aToken,
40
			UlyssesType aType,
40
			Type aType,
41 41
			IdentifierKind aKind,
42 42
			IScope aDefiningScope)
43 43
	{
......
45 45
	}
46 46

  
47 47
	public ValueIdentifier(String name,
48
			UlyssesType aType,
48
			Type aType,
49 49
			IdentifierKind aKind,
50 50
			IScope aDefiningScope)
51 51
	{

Also available in: Unified diff