Project

General

Profile

Revision 8

Added by Willibald K. over 8 years ago

adding initial version of the AstBuilder feature, contributed by Stefan T.

View differences:

FunctionIdentifier.java
21 21
  *               Stephan Zimmerer (AIT)
22 22
  *               Markus Demetz (AIT)
23 23
  *               Christoph Czurda (AIT)
24
  *               Stefan Tiran (AIT)
24 25
  *
25 26
  */
26 27

  
......
60 61
		m_parameter = new ArrayList<ParameterIdentifier>(toCopy.m_parameter);
61 62
	}
62 63

  
64
	public FunctionIdentifier(
65
			String name,
66
			UlyssesType aType,
67
			IdentifierKind aKind,
68
			IScope aDefiningScope)
69
	{
70
		super(name, aType, aKind, aDefiningScope);
71
	}
72

  
63 73
	public void SetBody(Statement body)
64 74
	{
65 75
		m_body = body;

Also available in: Unified diff