throw new ParseException();
}
}
final public void edge() throws ParseException {
Token src, trg, more, weight, k, sh;
String id, value;
EdgeGraphics graphics = null;
src = jj_consume_token(INT);
trg = jj_consume_token(INT);
id = ctx.addEdge(src.image, trg.image);