public override bool Visit(
         UnifiedAnnotationDefinition element, VisitorArgument arg)
 {
     return Visit(element, arg, "@interface");
 }
 public override bool Visit(
     UnifiedAnnotationDefinition element, VisitorArgument arg)
 {
     return(Visit(element, arg, "@interface"));
 }
 public override bool Visit(
         UnifiedAnnotationDefinition element, VisitorArgument arg)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public override bool Visit(
     UnifiedAnnotationDefinition element, VisitorArgument arg)
 {
     throw new NotImplementedException();
 }