Exemplo n.º 1
0
 // IExpression
 public IWorkshopTree Parse(ActionSet actionSet)
 {
     return(CallingMethod.Parse(actionSet.New(NameRange), GetMethodCall(actionSet)));
 }
Exemplo n.º 2
0
 // IStatement
 public void Translate(ActionSet actionSet)
 {
     CallingMethod.Parse(actionSet.New(NameRange), GetParameterValuesAsWorkshop(actionSet), OverloadChooser.AdditionalParameterData);
 }
Exemplo n.º 3
0
 // IStatement
 public void Translate(ActionSet actionSet)
 {
     CallingMethod.Parse(actionSet.New(NameRange), GetMethodCall(actionSet));
 }
Exemplo n.º 4
0
 // IExpression
 public IWorkshopTree Parse(ActionSet actionSet, bool asElement = true)
 {
     return(CallingMethod.Parse(actionSet.New(NameRange), GetParameterValuesAsWorkshop(actionSet), OverloadChooser.AdditionalParameterData));
 }