Beispiel #1
0
 public void VisitInput(DMASTInput input)
 {
     Result = new Expressions.Input(input.Location, input);
 }
Beispiel #2
0
 public Input(Location location, DMASTInput astNode) : base(location)
 {
     _astNode = astNode;
 }