Skip to main content
summaryrefslogtreecommitdiffstats
blob: 7e3578f8a4c354aa787e5f862b08bdba5537ea0b (plain) (blame)
1
2
3
4
5
6
7
8
package org.eclipse.papyrus.alf.syntax.expressions;

public class PositionalTemplateBinding extends TemplateBinding {
	
	// Synthesized Properties
	public QualifiedName argumentName ;

}

Back to the top