Beispiel #1
0
 public CSTInstanceOperationCallExpCS(
     CSTSimpleNameCS simpleName,
     List <object> arguments,
     bool isMarkedPre) : base(arguments, isMarkedPre)
 {
     this.simpleName = simpleName;
 }
 public CSTSimpleNameExpCS(
     CSTSimpleNameCS name,
     List <object> arguments,
     bool isMarkedPre)
 {
     this.nameNodeCS       = name;
     this.argumentsNodesCS = arguments;
     this.isMarkedPre      = isMarkedPre;
 }
 public CSTInvariantCS(
     OCLWorkbenchToken token,
     CSTSimpleNameCS simpleName) : base(token, simpleName, null)
 {
 }