Beispiel #1
0
 public void Visit(AST.FieldTypes.AsciiString s)
 {
     translated_type = new FieldTypes.AsciiString(this.ExpressionTranslator.Translate(this.collectionSize));
 }
Beispiel #2
0
 public void Visit(AST.FieldTypes.AsciiString s)
 {
 }