@Override
 public void write(CompressingDataOutputStream s) throws IOException {
   s.writeByte(AnnotationTypePattern.ELLIPSIS_KEY);
 }
Exemplo n.º 2
0
 public void write(CompressingDataOutputStream s) throws IOException {
   s.writeByte(Pointcut.AND);
   left.write(s);
   right.write(s);
   writeLocation(s);
 }