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:

FunctionIdentifier.java
34 34
import org.antlr.runtime.Token;
35 35
import org.momut.ooas.ast.IScope;
36 36
import org.momut.ooas.ast.statements.Statement;
37
import org.momut.ooas.ast.types.UlyssesType;
37
import org.momut.ooas.ast.types.Type;
38 38
import org.momut.ooas.utils.exceptions.InternalCompilerException;
39 39

  
40 40
public abstract class FunctionIdentifier extends Scope
......
47 47

  
48 48

  
49 49
	public FunctionIdentifier(Token aToken,
50
			UlyssesType aType,
50
			Type aType,
51 51
			IdentifierKind aKind,
52 52
			IScope aDefiningScope)
53 53
	{
......
63 63

  
64 64
	public FunctionIdentifier(
65 65
			String name,
66
			UlyssesType aType,
66
			Type aType,
67 67
			IdentifierKind aKind,
68 68
			IScope aDefiningScope)
69 69
	{

Also available in: Unified diff